[bugfix] allow icon with badge to expand horizontally

This allows it to contain more numbers / text. Getting double digit notifications for example. Or the follow request cap '40+' text.
This commit is contained in:
Zoë Bijl
2025-10-13 13:56:27 +02:00
parent b737f07676
commit d143b433b2
@@ -33,8 +33,10 @@
display: flex;
align-items: center;
justify-content: center;
width: var(--size);
padding-inline: 4px;
min-width: var(--size);
height: var(--size);
box-sizing: border-box;
border: 2px solid darken($ui-base-color, 7%);
border-radius: 50%;
color: $primary-text-color;