Add background to media modal (#4317)

local
Eugen Rochko 7 years ago committed by GitHub
parent 1e0c7a0afc
commit ed4c754fff
  1. 4
      app/javascript/styles/components.scss

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