From dc9ff3128f2fa9cd64ab628699608b3794c78d43 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 9 Dec 2021 10:33:32 +0100 Subject: Improve control bar inactivity handling Keep opened when user is in control bar settings Faster hidding transition for control bar --- client/src/sass/player/peertube-skin.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/sass/player') diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 96d752699..876fdf968 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss @@ -158,6 +158,7 @@ body { background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); box-shadow: 0 -15px 40px 10px rgba(0, 0, 0, 0.2); text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); + transition: visibility 0.3s, opacity 0.3s !important; > button:first-child { @include margin-left($first-control-bar-element-margin-left); -- cgit v1.2.3