Files
materialious/materialious/static/style.css
T
2024-05-18 20:14:42 +12:00

74 lines
1.1 KiB
CSS

.thumbnail-corner {
padding: 0.1em 0.4em;
}
.vds-chapter-radio-label {
word-wrap: break-word !important;
overflow-wrap: break-word !important;
white-space: normal !important;
}
.vds-chapter-radio-content {
max-width: 200px !important;
}
.vds-kb-action {
position: absolute !important;
top: 50% !important;
left: 50% !important;
}
.vds-chapter-radio {
align-items: start !important;
}
.vds-time-divider {
font-size: 0 !important;
margin-right: 5px !important;
}
.infinite-status-prompt {
display: none !important;
}
main.root {
padding-left: 7em !important;
padding-top: 5em !important;
max-height: 100vh;
overflow-y: scroll;
}
.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}
.title-case {
text-transform: capitalize;
}
.sentence-case {
text-transform: lowercase;
}
.sentence-case::first-letter {
text-transform: uppercase !important;
}
@media screen and (max-width: 650px) {
dialog.right {
width: 100% !important;
}
}
@media screen and (max-width: 650px) {
main.root {
padding-left: 0.1em !important;
padding-right: 0.1em !important;
}
}