fix: notification indicator styling

the width change does not feel like the correct solution but it works
surprisingly well
This commit is contained in:
ShittyKopper 2023-11-02 01:35:07 +03:00
parent a8e46163a5
commit e583cf0f62
1 changed files with 2 additions and 2 deletions

View File

@ -188,10 +188,10 @@ hr {
font-weight: 700;
background: var(--indicator);
height: 1.5em;
min-width: 1.5em;
min-width: 1em;
align-items: center;
justify-content: center;
border-radius: 99rem;
border-radius: var(--radius-ellipse);
padding: 0.3em 0.5em;
}