mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-30 04:53:08 +02:00
fix: notification indicator styling
the width change does not feel like the correct solution but it works surprisingly well
This commit is contained in:
parent
a8e46163a5
commit
e583cf0f62
1 changed files with 2 additions and 2 deletions
|
@ -188,10 +188,10 @@ hr {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
background: var(--indicator);
|
background: var(--indicator);
|
||||||
height: 1.5em;
|
height: 1.5em;
|
||||||
min-width: 1.5em;
|
min-width: 1em;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border-radius: 99rem;
|
border-radius: var(--radius-ellipse);
|
||||||
padding: 0.3em 0.5em;
|
padding: 0.3em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue