Change GIF label to be displayed even when autoplay is enabled in web UI (#13209)

master
koyu 4 years ago committed by GitHub
parent 0ae5c6312f
commit e69a3f54a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/javascript/styles/mastodon/components.scss

@ -5058,12 +5058,6 @@ a.status-card.compact:hover {
}
.media-gallery__gifv {
&.autoplay {
.media-gallery__gifv__label {
display: none;
}
}
&:hover {
.media-gallery__gifv__label {
opacity: 1;

Loading…
Cancel
Save