aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-27 18:45:51 +0200
committerChocobozzz <me@florianbigard.com>2018-03-27 18:45:51 +0200
commite700d33b19d7314759ef9685408017f77df30525 (patch)
treeeae9393f47ccd59fc064c586c8d2ad02e07a9366
parent2e78e2684c6fa1c4f046fe35c3123b1e0f7d086b (diff)
downloadPeerTube-e700d33b19d7314759ef9685408017f77df30525.tar.gz
PeerTube-e700d33b19d7314759ef9685408017f77df30525.tar.zst
PeerTube-e700d33b19d7314759ef9685408017f77df30525.zip
Reduce title/button size for embed
-rw-r--r--client/src/sass/video-js-custom.scss2
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 }