change notification badge size

This commit is contained in:
smanylov
2026-05-20 11:17:36 +07:00
parent 3a7c609588
commit beefe86ffd
+4 -4
View File
@@ -270,16 +270,16 @@
position: absolute; position: absolute;
right: -5px; right: -5px;
bottom: -5px; bottom: -5px;
width: 20px; /* width: 22px;
height: 20px; height: 22px; */
border-radius: 50%; border-radius: 15px;
background: v.$red; background: v.$red;
color: v.$white; color: v.$white;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
font-size: 12px; font-size: 12px;
padding-top: 1px; padding: 2px 5px;
} }
} }