From e583cf0f62d714563169ac0c59d7f824c2921ffb Mon Sep 17 00:00:00 2001 From: ShittyKopper Date: Thu, 2 Nov 2023 01:35:07 +0300 Subject: [PATCH] fix: notification indicator styling the width change does not feel like the correct solution but it works surprisingly well --- packages/frontend/src/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 39c0a4c56b..d79c0c1d76 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -188,10 +188,10 @@ hr { font-weight: 700; background: var(--indicator); height: 1.5em; - min-width: 1.5em; + min-width: 1em; align-items: center; justify-content: center; - border-radius: 99rem; + border-radius: var(--radius-ellipse); padding: 0.3em 0.5em; }