Skip to content

Commit c222deb

Browse files
confusedsushi6543
authored andcommitted
improve notification count position in navbar
1 parent 79cc369 commit c222deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/modules/navbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
background: var(--color-primary);
130130
border: 2px solid var(--color-nav-bg);
131131
position: absolute;
132-
left: 6px;
133-
top: -9px;
132+
left: calc(100% - 9px);
133+
bottom: calc(100% - 9px);
134134
min-width: 17px;
135135
height: 17px;
136136
border-radius: 11px; /* (height + 2 * borderThickness) / 2 */

0 commit comments

Comments
 (0)