[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user