From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- client/src/sass/player/stats.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/src/sass/player/stats.scss') diff --git a/client/src/sass/player/stats.scss b/client/src/sass/player/stats.scss index 953f6032a..6fcbcd969 100644 --- a/client/src/sass/player/stats.scss +++ b/client/src/sass/player/stats.scss @@ -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; } - } -- cgit v1.2.3