Files
materialious/materialious/static/style.css
T
2025-01-27 19:40:30 +13:00

94 lines
1.4 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;
}
.sponsorskip-bar {
position: absolute;
margin-top: 2px;
height: 5px;
top: -1;
border-radius: 1em;
}
.vds-time-slider {
position: relative !important;
width: 100% !important;
}
.vds-poster :where(img) {
object-fit: cover !important;
}
.infinite-status-prompt {
display: none !important;
}
#dialog-settings form {
margin: 1em 0;
}
main.root {
padding-left: 7em !important;
padding-top: 5em !important;
max-height: 100vh;
overflow-y: auto;
}
@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;
}
}
@media screen and (max-width: 650px) {
main.root {
scrollbar-width: none !important;
}
main.root::-webkit-scrollbar {
display: none !important;
}
}
@media screen and (max-width: 650px) {
::-webkit-scrollbar {
display: none !important;
}
html {
scrollbar-width: none !important;
}
}