diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-11 09:44:15 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-11 09:44:15 +0100 |
commit | ba9eef5f628764aed6183135e669b17741d24d7a (patch) | |
tree | 5d83ed75176a90546d8c024cc579910c28e55a6e /client/src | |
parent | c2e6ad30a4928b7264f24646081a610fd40a20ed (diff) | |
download | PeerTube-ba9eef5f628764aed6183135e669b17741d24d7a.tar.gz PeerTube-ba9eef5f628764aed6183135e669b17741d24d7a.tar.zst PeerTube-ba9eef5f628764aed6183135e669b17741d24d7a.zip |
Better control bar responsive
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/sass/player/control-bar.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss index e8b447b9e..b3a96510a 100644 --- a/client/src/sass/player/control-bar.scss +++ b/client/src/sass/player/control-bar.scss | |||
@@ -403,6 +403,14 @@ | |||
403 | .vjs-theater-control { | 403 | .vjs-theater-control { |
404 | display: none; | 404 | display: none; |
405 | } | 405 | } |
406 | |||
407 | .vjs-peertube { | ||
408 | .icon, | ||
409 | .download-speed-text, | ||
410 | .upload-speed-text { | ||
411 | display: none !important; | ||
412 | } | ||
413 | } | ||
406 | } | 414 | } |
407 | 415 | ||
408 | @media screen and (max-width: $screen-width-570) { | 416 | @media screen and (max-width: $screen-width-570) { |