1
0
Fork 0

Better control bar responsive

This commit is contained in:
Chocobozzz 2022-01-11 09:44:15 +01:00
parent c2e6ad30a4
commit ba9eef5f62
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -403,6 +403,14 @@
.vjs-theater-control {
display: none;
}
.vjs-peertube {
.icon,
.download-speed-text,
.upload-speed-text {
display: none !important;
}
}
}
@media screen and (max-width: $screen-width-570) {