22 lines
469 B
CSS
22 lines
469 B
CSS
|
|
|
|
/* 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;
|
|
}
|