0
0
Fork 0

Fix dialog close button (#16219)

* Fix dialog close button being white on almost white

* Make dialog close button slightly bigger
This commit is contained in:
Mélanie Chauvel 2021-05-11 21:15:57 +02:00 committed by GitHub
parent 5ed5f62705
commit 0464240f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View file

@ -5297,9 +5297,10 @@ a.status-card.compact:hover {
.report-modal__target {
padding: 15px;
.media-modal__close {
top: 14px;
right: 15px;
.report-modal__close {
position: absolute;
top: 10px;
right: 10px;
}
}