]> cat aescling's git repositories - mastodon.git/commitdiff
Add background to media modal (#4317)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 23 Jul 2017 18:28:31 +0000 (20:28 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2017 18:28:31 +0000 (20:28 +0200)
app/javascript/styles/components.scss

index e95be3f19c99fa591a38960f0c30e1b6487c528b..4523c91562e59c45feeccb72c8f293107d73edb5 100644 (file)
@@ -3057,6 +3057,10 @@ button.icon-button.active i.fa-retweet {
   }
 }
 
+.media-modal__content {
+  background: $base-overlay-background;
+}
+
 .media-modal__close {
   position: absolute;
   right: 4px;