Spaces:
Runtime error
Runtime error
textarea { | |
font-family: monospace ; | |
} | |
input { | |
font-family: monospace ; | |
} | |
h1 { | |
padding-top: 0 ; | |
} | |
[data-testid="stHorizontalBlock"] [data-testid="stHorizontalBlock"] { | |
align-items: center; | |
} | |
[data-testid="stButton"] { | |
display: flex; | |
justify-content: center; | |
} | |
[data-testid="stVerticalBlock"]:has(> [data-testid="stPopover"]) { | |
display: block; | |
} | |
[data-testid="stPopover"] { | |
button { | |
padding: 0; | |
border: 0; | |
div:first-of-type>p { | |
font-size: small; | |
} | |
} | |
button:hover>div:first-of-type>p { | |
text-decoration: underline; | |
} | |
} |