mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 04:38:07 +01:00
Fix account gallery hidden media background color in mastodon-light
This commit is contained in:
parent
eb85427576
commit
bd1f08fa9a
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue