From 54f36c723d9a0e5d3386689298cbb9c27767fa00 Mon Sep 17 00:00:00 2001 From: Minsu <52266597+Gaic4o@users.noreply.github.com> Date: Sat, 12 Oct 2024 08:05:40 +0900 Subject: [PATCH] fix: popup header icon top alignment (#575) style: popup header i top code modification Signed-off-by: Minsu Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> --- src/components/popup/popup.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/popup/popup.scss b/src/components/popup/popup.scss index 8eac0819..b15acb2c 100644 --- a/src/components/popup/popup.scss +++ b/src/components/popup/popup.scss @@ -48,7 +48,7 @@ $popup-border-radius: 8px; float: right; position: absolute; right: 20px; - top: 20px; + top: 5px; cursor: pointer; }