clea up code and layout

This commit is contained in:
knedlik
2025-12-10 22:52:22 +01:00
parent 7f21716358
commit e2091ec677
11 changed files with 211 additions and 86 deletions

View File

@@ -1,2 +1,3 @@
[client]
showSidebarNavigation = false
showSidebarNavigation = false
toolbarMode = "minimal"

21
app/.streamlit/style.css Normal file
View File

@@ -0,0 +1,21 @@
/* Footer entfernen */
footer {visibility: hidden !important;}
div[data-testid="stStatusWidget"] {display: none !important;}
/* Sidebar-Spacing kompakter */
section[data-testid="stSidebar"] > div {
padding-top: 0.5rem !important;
}
/* Haupt-Container kompakter */
.block-container {
padding-top: 0.6rem !important;
padding-bottom: 0.6rem !important;
}
/* Widgets enger */
.stButton, .stTextInput, .stSelectbox {
margin-bottom: 0.3rem !important;
}