Fix account gallery hidden media background color in mastodon-light

This commit is contained in:
Thibaut Girka 2018-10-02 15:50:19 +02:00 committed by ThibG
parent eb85427576
commit bd1f08fa9a

View file

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