Fix player on very small screens

pull/318/head
Chocobozzz 2018-02-28 08:26:22 +01:00
parent 628d28e84b
commit 7ccfb37f32
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 3 deletions

View File

@ -343,10 +343,10 @@ $control-bar-height: 34px;
font-size: 5em; font-size: 5em;
} }
.vjs-webtorrent { .vjs-peertube {
padding: 0 !important; padding: 0 !important;
.vjs-webtorrent-displayed { .vjs-peertube-displayed {
display: none !important; display: none !important;
} }
} }
@ -354,7 +354,7 @@ $control-bar-height: 34px;
@media screen and (max-width: 300px) { @media screen and (max-width: 300px) {
.vjs-dock-text { .vjs-dock-text {
font-size: 1.5em; font-size: 1em;
} }
.vjs-big-play-button { .vjs-big-play-button {