This commit is contained in:
ChunkyProgrammer 2024-11-21 09:00:40 +00:00 committed by GitHub
commit cc0382870c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,6 +239,21 @@
}
}
@media only screen and (width >= 1000px) {
:deep(.shaka-bottom-controls) {
/* remove some bottom padding since the seek bar is above */
padding-bottom: 0;
/* make seekbar take full width on non-mobile devices */
width: 100%;
}
/* increase height of captions area since we remove the padding-bottom below the seekbar */
:deep(.shaka-controls-container[shown='true']~.shaka-text-container) {
bottom: 12.5%;
}
}
@media only screen and (width <=1350px) {
:deep(.theatre-button) {
display: none;