From beefe86ffdf9a42eb044d0c4322f373cd57234ff Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 20 May 2026 11:17:36 +0700 Subject: [PATCH] change notification badge size --- src/app/styles/header.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/header.scss b/src/app/styles/header.scss index 5de3dc4..8223f96 100644 --- a/src/app/styles/header.scss +++ b/src/app/styles/header.scss @@ -270,16 +270,16 @@ position: absolute; right: -5px; bottom: -5px; - width: 20px; - height: 20px; - border-radius: 50%; +/* width: 22px; + height: 22px; */ + border-radius: 15px; background: v.$red; color: v.$white; display: flex; justify-content: center; align-items: center; font-size: 12px; - padding-top: 1px; + padding: 2px 5px; } }