about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon
diff options
context:
space:
mode:
authorMélanie Chauvel <perso@hack-libre.org>2021-05-11 21:15:57 +0200
committerGitHub <noreply@github.com>2021-05-11 21:15:57 +0200
commit0464240f196ff7f98b887c23fd7905be8dc432dd (patch)
tree0ae359a3a65bfb35c3489019fbf020366ed31ccb /app/javascript/styles/mastodon
parent5ed5f62705a0d9dd58f4eb617445683ee8bd2378 (diff)
Fix dialog close button (#16219)
* Fix dialog close button being white on almost white

* Make dialog close button slightly bigger
Diffstat (limited to 'app/javascript/styles/mastodon')
-rw-r--r--app/javascript/styles/mastodon/components.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index d3dd1af60..f1f975746 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -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;
   }
 }