IBYDMT / style.css
jacopoteneggi's picture
Update
5ead791 verified
raw
history blame
648 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;
}
[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;
}
}