Decrease player button size on very small screens
authorChocobozzz <me@florianbigard.com>
Tue, 27 Mar 2018 12:39:10 +0000 (14:39 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 27 Mar 2018 12:39:10 +0000 (14:39 +0200)
client/src/sass/video-js-custom.scss

index db338dd387918f048ae0b4f71c4043e3d6798173..ff6bdfaac4b1a4be0c9b6d3e7d39654268789903 100644 (file)
@@ -409,7 +409,7 @@ $control-bar-height: 34px;
     }
 
     .vjs-big-play-button {
-      font-size: 4em;
+      font-size: 3em;
     }
 
     .vjs-volume-control {