]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/stats.scss
Merge branch 'release/3.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / stats.scss
index 953f6032a3a8278721e2b7809d4abd552d296466..6fcbcd969874ea15111763e51f488c9f1146633e 100644 (file)
@@ -6,6 +6,8 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6);
 .video-js {
 
   .vjs-stats-content {
+    @include transition(opacity 0.1s);
+
     position: absolute;
     background-color: $contextmenu-background-color;
     padding: 5px 0;
@@ -18,8 +20,6 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6);
     z-index: 64;
     font-size: 12px;
     line-height: 1.2;
-
-    @include transition(opacity 0.1s);
   }
 
   .vjs-stats-close {
@@ -38,5 +38,4 @@ $contextmenu-background-color: rgba(0, 0, 0, 0.6);
     width: 11.5em;
     white-space: nowrap;
   }
-
 }