Fix hidden player on inactivity

pull/4857/head
Chocobozzz 2022-03-14 09:41:14 +01:00
parent a15d7b8260
commit 637a10afb5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@
} }
} }
&.vjs-playing.vjs-user-inactive { &.vjs-playing.vjs-user-inactive .peertube-dock {
opacity: 0; opacity: 0;
transition: opacity 1s; transition: opacity 1s;
} }