Fix account gallery hidden media background color in mastodon-light

master
Thibaut Girka 6 years ago committed by ThibG
parent eb85427576
commit bd1f08fa9a
  1. 3
      app/javascript/flavours/glitch/styles/mastodon-light/diff.scss

@ -84,7 +84,8 @@
// Change the background colors of media and video spoilers
.media-spoiler,
.video-player__spoiler {
.video-player__spoiler,
.account-gallery__item a {
background: $ui-base-color;
}

Loading…
Cancel
Save