[Glitch] Fix dialog close button

Port 0464240f19 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Mélanie Chauvel
2021-05-11 21:15:57 +02:00
committed by Claire
parent dc58d02192
commit 67c2c0a41e
3 changed files with 6 additions and 5 deletions

View File

@ -847,9 +847,10 @@
.report-modal__target {
padding: 15px;
.media-modal__close {
top: 14px;
right: 15px;
.report-modal__close {
position: absolute;
top: 10px;
right: 10px;
}
}