From 586f7c1bef1e95c2b8c74d2e9b074cc004630467 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Mar 2018 14:39:10 +0200 Subject: Decrease player button size on very small screens --- client/src/sass/video-js-custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3