diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-09 10:33:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-09 10:33:32 +0100 |
commit | dc9ff3128f2fa9cd64ab628699608b3794c78d43 (patch) | |
tree | 4cea78336e37c612c9d78e18053238886f5e47fe /client/src/sass/player | |
parent | 07d6044e211a0a04a19bcc88719958ad28751b23 (diff) | |
download | PeerTube-dc9ff3128f2fa9cd64ab628699608b3794c78d43.tar.gz PeerTube-dc9ff3128f2fa9cd64ab628699608b3794c78d43.tar.zst PeerTube-dc9ff3128f2fa9cd64ab628699608b3794c78d43.zip |
Improve control bar inactivity handling
Keep opened when user is in control bar settings
Faster hidding transition for control bar
Diffstat (limited to 'client/src/sass/player')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
158 | background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); | 158 | background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)); |
159 | box-shadow: 0 -15px 40px 10px rgba(0, 0, 0, 0.2); | 159 | box-shadow: 0 -15px 40px 10px rgba(0, 0, 0, 0.2); |
160 | text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); | 160 | text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); |
161 | transition: visibility 0.3s, opacity 0.3s !important; | ||
161 | 162 | ||
162 | > button:first-child { | 163 | > button:first-child { |
163 | @include margin-left($first-control-bar-element-margin-left); | 164 | @include margin-left($first-control-bar-element-margin-left); |