forked from cybrespace/mastodon
Change GIF label to be displayed even when autoplay is enabled in web UI (#13209)
This commit is contained in:
parent
0ae5c6312f
commit
e69a3f54a1
|
@ -5058,12 +5058,6 @@ a.status-card.compact:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-gallery__gifv {
|
.media-gallery__gifv {
|
||||||
&.autoplay {
|
|
||||||
.media-gallery__gifv__label {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.media-gallery__gifv__label {
|
.media-gallery__gifv__label {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in New Issue