]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/control-bar.scss
Replace all glyphicon icons
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / control-bar.scss
index c4e1283f8fa066f4f6f97fd55e1c047404413799..6271523af99e394d0d360bfdfcbf43a570863f6e 100644 (file)
   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;