diff options
author | Chocobozzz <me@florianbigard.com> | 2018-04-05 16:15:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-04-05 16:15:51 +0200 |
commit | a8462c8e3a61f4f7314fe18c0c10cc2946c254d1 (patch) | |
tree | b5330cf0a8c313277f83263724c2a70b2f246c0f /client/src/sass | |
parent | 3d3441d6c7a5646388ab0a77acad57fdb63b9d32 (diff) | |
download | PeerTube-a8462c8e3a61f4f7314fe18c0c10cc2946c254d1.tar.gz PeerTube-a8462c8e3a61f4f7314fe18c0c10cc2946c254d1.tar.zst PeerTube-a8462c8e3a61f4f7314fe18c0c10cc2946c254d1.zip |
Automatic resolution according to user bandwidth V1
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/video-js-custom.scss b/client/src/sass/video-js-custom.scss index efaf3e3cb..768b7895f 100644 --- a/client/src/sass/video-js-custom.scss +++ b/client/src/sass/video-js-custom.scss | |||
@@ -641,6 +641,11 @@ $setting-transition-easing: ease-out; | |||
641 | .vjs-settings-sub-menu-value { | 641 | .vjs-settings-sub-menu-value { |
642 | width: 100%; | 642 | width: 100%; |
643 | text-align: right; | 643 | text-align: right; |
644 | |||
645 | small { | ||
646 | font-size: 0.85em; | ||
647 | opacity: 0.8; | ||
648 | } | ||
644 | } | 649 | } |
645 | 650 | ||
646 | .vjs-settings-panel { | 651 | .vjs-settings-panel { |