From: Chocobozzz Date: Tue, 27 Mar 2018 16:45:51 +0000 (+0200) Subject: Reduce title/button size for embed X-Git-Tag: v1.0.0-beta.2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e700d33b19d7314759ef9685408017f77df30525;p=oweals%2Fpeertube.git Reduce title/button size for embed --- 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; }