From 204eb4f20ed5f4ff318115385059196621eee0e5 Mon Sep 17 00:00:00 2001 From: Francesco Improta Date: Mon, 18 Mar 2024 14:55:42 +0100 Subject: [PATCH] fix: changed alert size and position --- src/scss/custom/_bottomnav.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/scss/custom/_bottomnav.scss b/src/scss/custom/_bottomnav.scss index f0f918585..561a0c623 100644 --- a/src/scss/custom/_bottomnav.scss +++ b/src/scss/custom/_bottomnav.scss @@ -101,11 +101,10 @@ // icon alert .bottom-nav-alert { - top: 4px; - right: 8px; - min-width: 10px; - height: 10px; - font-size: 0.625rem; + top: 0; + right: 4px; + min-width: 12px; + height: 12px; border-radius: 50%; }