From 0b78c64928815621064e4516553d8717ddd7c353 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 27 Aug 2025 22:46:00 +0300 Subject: [PATCH] fix notification dot --- src/App.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/App.scss b/src/App.scss index 00a8e9547..ee1654bb7 100644 --- a/src/App.scss +++ b/src/App.scss @@ -749,13 +749,11 @@ option { max-height: 0.6em; min-width: 0.6em; max-width: 0.6em; - padding: 0; + left: calc(50% + 0.5em); + top: calc(50% - 1em); line-height: 0; - font-size: 0; - left: calc(50% - 0.6em); - top: calc(50% - 0.6em); - margin-left: 0.4em; - margin-top: -0.4em; + padding: 0; + margin: 0; } &.-counter {