diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-27 18:45:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-27 18:45:51 +0200 |
commit | e700d33b19d7314759ef9685408017f77df30525 (patch) | |
tree | eae9393f47ccd59fc064c586c8d2ad02e07a9366 /client/src/sass/video-js-custom.scss | |
parent | 2e78e2684c6fa1c4f046fe35c3123b1e0f7d086b (diff) | |
download | PeerTube-e700d33b19d7314759ef9685408017f77df30525.tar.gz PeerTube-e700d33b19d7314759ef9685408017f77df30525.tar.zst PeerTube-e700d33b19d7314759ef9685408017f77df30525.zip |
Reduce title/button size for embed
Diffstat (limited to 'client/src/sass/video-js-custom.scss')
-rw-r--r-- | client/src/sass/video-js-custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
377 | } | 377 | } |
378 | } | 378 | } |
379 | 379 | ||
380 | @media screen and (max-width: 550px) { | 380 | @media screen and (max-width: 570px) { |
381 | .vjs-dock-text { | 381 | .vjs-dock-text { |
382 | font-size: 14px; | 382 | font-size: 14px; |
383 | } | 383 | } |