From e700d33b19d7314759ef9685408017f77df30525 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 27 Mar 2018 18:45:51 +0200 Subject: [PATCH] Reduce title/button size for embed --- 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 ff6bdfaac..44478226b 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -377,7 +377,7 @@ $control-bar-height: 34px; } } - @media screen and (max-width: 550px) { + @media screen and (max-width: 570px) { .vjs-dock-text { font-size: 14px; } -- 2.41.0