Browse Source

Add background to media modal (#4317)

closed-social-v3
Eugen Rochko 7 years ago
committed by GitHub
parent
commit
ed4c754fff
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/javascript/styles/components.scss

+ 4
- 0
app/javascript/styles/components.scss View 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;

Loading…
Cancel
Save