clea up code and layout
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
[client]
|
||||
showSidebarNavigation = false
|
||||
showSidebarNavigation = false
|
||||
toolbarMode = "minimal"
|
||||
|
||||
21
app/.streamlit/style.css
Normal file
21
app/.streamlit/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user