From: Chocobozzz Date: Tue, 27 Mar 2018 12:39:10 +0000 (+0200) Subject: Decrease player button size on very small screens X-Git-Tag: v1.0.0-beta.2~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=586f7c1bef1e95c2b8c74d2e9b074cc004630467;p=oweals%2Fpeertube.git Decrease player button size on very small screens --- diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index db338dd38..ff6bdfaac 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -409,7 +409,7 @@ $control-bar-height: 34px; } .vjs-big-play-button { - font-size: 4em; + font-size: 3em; } .vjs-volume-control {