diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-03 18:18:58 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-03 18:18:58 +0200 |
commit | ea20306f871c915a9b25224ae1a00b9484259951 (patch) | |
tree | a548be1bcaf5d18d47987284a4108b00503e9800 /client/src/sass/video-js-custom.scss | |
parent | 09edde4084bf2fc8914495ce7c884b3b02c7c8be (diff) | |
download | PeerTube-ea20306f871c915a9b25224ae1a00b9484259951.tar.gz PeerTube-ea20306f871c915a9b25224ae1a00b9484259951.tar.zst PeerTube-ea20306f871c915a9b25224ae1a00b9484259951.zip |
Better embed responsive
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 9 |
1 files changed, 6 insertions, 3 deletions
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; | |||
474 | display: none !important; | 474 | display: none !important; |
475 | } | 475 | } |
476 | 476 | ||
477 | .vjs-volume-panel { | 477 | .vjs-peertube-link { |
478 | width: 26px !important; | 478 | padding: 0 !important; |
479 | margin-right: 83px !important; | 479 | } |
480 | |||
481 | .vjs-settings { | ||
482 | width: 33px; | ||
480 | } | 483 | } |
481 | } | 484 | } |
482 | } | 485 | } |