Add background to media modal (#4317)
This commit is contained in:
parent
1e0c7a0afc
commit
ed4c754fff
|
@ -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…
Reference in New Issue