diff options
author | Chocobozzz <me@florianbigard.com> | 2022-03-14 09:41:14 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-03-14 09:53:12 +0100 |
commit | 637a10afb5d539b04a653abbe9b0309eb4cbf7c6 (patch) | |
tree | 72d66055ebfd7fdc24420e5a584274a3902c592d /client/src/sass/player/dock.scss | |
parent | a15d7b82603d0e5c1210a83adde1cd408f1c9030 (diff) | |
download | PeerTube-637a10afb5d539b04a653abbe9b0309eb4cbf7c6.tar.gz PeerTube-637a10afb5d539b04a653abbe9b0309eb4cbf7c6.tar.zst PeerTube-637a10afb5d539b04a653abbe9b0309eb4cbf7c6.zip |
Fix hidden player on inactivity
Diffstat (limited to 'client/src/sass/player/dock.scss')
-rw-r--r-- | client/src/sass/player/dock.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/player/dock.scss b/client/src/sass/player/dock.scss index 4939ea3e5..1dce24d30 100644 --- a/client/src/sass/player/dock.scss +++ b/client/src/sass/player/dock.scss | |||
@@ -105,7 +105,7 @@ | |||
105 | } | 105 | } |
106 | } | 106 | } |
107 | 107 | ||
108 | &.vjs-playing.vjs-user-inactive { | 108 | &.vjs-playing.vjs-user-inactive .peertube-dock { |
109 | opacity: 0; | 109 | opacity: 0; |
110 | transition: opacity 1s; | 110 | transition: opacity 1s; |
111 | } | 111 | } |