Skip to content

Commit e7e84f8

Browse files
Merge branch 'main' into alpine3.22
2 parents e8c3a39 + 9e0e107 commit e7e84f8

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)