Browse Source

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

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

+ 0
- 6
app/javascript/styles/mastodon/components.scss View File

@ -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