mirror of
https://github.com/mastodon/mastodon.git
synced 2025-07-15 08:48:15 +00:00
fix: Fix glitchy video player controls in Safari (#35034)
This commit is contained in:
parent
83d5016ca3
commit
e28f86cbe5
|
@ -7309,6 +7309,7 @@ a.status-card {
|
|||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.1s ease;
|
||||
will-change: opacity, pointer-events;
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user