Files
materialious/materialious/static/style.css
T
2024-04-13 02:31:44 +12:00

45 lines
711 B
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;
}
@media screen and (max-width: 580px) {
main {
padding-left: 0.1em !important;
padding-right: 0.1em !important;
}
}
main.root {
max-height: 100vh;
overflow-y: scroll;
}