mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-07 02:11:04 +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;
|
opacity: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transition: opacity 0.1s ease;
|
transition: opacity 0.1s ease;
|
||||||
|
will-change: opacity, pointer-events;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user