From a161ebfcaf1a345534e7f0af4bd15a17219ba349 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:53:01 +0300 Subject: [PATCH] Up visibility of close button --- public/css/popup.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/public/css/popup.css b/public/css/popup.css index a35e7b96e..bdd530a66 100644 --- a/public/css/popup.css +++ b/public/css/popup.css @@ -133,16 +133,15 @@ dialog { .popup .popup-button-close { position: absolute; - top: -8px; - right: -8px; - width: 21px; - height: 21px; - font-size: 18px; + top: -6px; + right: -6px; + width: 24px; + height: 24px; + font-size: 20px; padding: 2px 3px 3px 2px; - filter: brightness(0.4); + filter: brightness(0.8); /* Fix weird animation issue with font-scaling during popup open */ backface-visibility: hidden; } -