Fix player on very small screens
authorChocobozzz <me@florianbigard.com>
Wed, 28 Feb 2018 07:26:22 +0000 (08:26 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 28 Feb 2018 07:26:22 +0000 (08:26 +0100)
client/src/sass/video-js-custom.scss

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