Spaces:
Sleeping
Sleeping
textarea { | |
font-family: monospace ; | |
} | |
input { | |
font-family: monospace ; | |
} | |
h1 { | |
padding-top: 0 ; | |
} | |
[data-testid="stHorizontalBlock"] [data-testid="stHorizontalBlock"] { | |
align-items: center; | |
} | |
.stButton { | |
display: flex; | |
justify-content: center; | |
} | |
[data-testid="stVerticalBlock"]:has(> [data-testid="stExpander"]) { | |
display: block; | |
} | |
[data-testid="stExpander"] { | |
>ul { | |
border: 0; | |
} | |
[role="button"] { | |
padding: 0; | |
margin-bottom: 4px; | |
display: inline-flex; | |
} | |
hr { | |
margin-top: 0; | |
} | |
} | |
.stSpinner>div { | |
display: flex; | |
justify-content: center; | |
} |