]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/stats.scss
Bumped to version v4.1.0-rc.1
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / stats.scss
index 18b3f0413a9e96ec9c7c1bde747c0c23c04de842..122d96005d9dc0913e55d41423811f2ad40e9b05 100644 (file)
@@ -1,4 +1,6 @@
-@use './_player-variables';
+@use '_variables' as *;
+@use '_mixins' as *;
+@use './_player-variables' as *;
 
 $stats-width: 420px;
 $contextmenu-background-color: rgba(0, 0, 0, 0.6);
@@ -6,7 +8,7 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6);
 .video-js {
 
   .vjs-stats-content {
-    @include transition(opacity 0.1s);
+    transition: opacity 0.1s;
 
     position: absolute;
     background-color: $contextmenu-background-color;
@@ -35,7 +37,7 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6);
     font-weight: 600;
     padding: 0 .5em;
     text-align: end;
-    width: 11.5em;
+    min-width: 11.5em;
     white-space: nowrap;
   }
 }