Fix account gallery hidden media background color in mastodon-light

lolsob-rspec
Thibaut Girka 2018-10-02 15:50:19 +02:00 committed by ThibG
parent e9f2659066
commit a62e47672e
1 changed files with 2 additions and 1 deletions

View File

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