From: Chocobozzz Date: Tue, 3 Apr 2018 16:18:58 +0000 (+0200) Subject: Better embed responsive X-Git-Tag: v1.0.0-beta.4~90 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea20306f871c915a9b25224ae1a00b9484259951;p=oweals%2Fpeertube.git Better embed responsive --- diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index 5fd2f9567..efaf3e3cb 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss @@ -474,9 +474,12 @@ $setting-transition-easing: ease-out; display: none !important; } - .vjs-volume-panel { - width: 26px !important; - margin-right: 83px !important; + .vjs-peertube-link { + padding: 0 !important; + } + + .vjs-settings { + width: 33px; } } }