IBYDMT / style.css
jacopoteneggi's picture
Update
f6eb5e3 verified
raw
history blame
673 Bytes
textarea {
font-family: monospace !important;
}
input {
font-family: monospace !important;
}
h1 {
padding-top: 0 !important;
}
[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;
}