X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fplayer%2Fcontrol-bar.scss;h=6271523af99e394d0d360bfdfcbf43a570863f6e;hb=6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab;hp=c4e1283f8fa066f4f6f97fd55e1c047404413799;hpb=f1a0555a88db9ade2b073a2e4dc73c4a6176c8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss index c4e1283f8..6271523af 100644 --- a/client/src/sass/player/control-bar.scss +++ b/client/src/sass/player/control-bar.scss @@ -12,6 +12,10 @@ text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); transition: visibility 0.3s, opacity 0.3s !important; + &.control-bar-hidden { + display: none !important; + } + > button:first-child { @include margin-left($first-control-bar-element-margin-left); } @@ -54,7 +58,7 @@ top: $control-bar-slider-top; z-index: 100; // On top of the progress bar width: calc(100% - (2 * #{$progress-margin})); - height: 14px; + height: 20px; .vjs-slider { margin: 0;