Skip to content

Commit 484d101

Browse files
committed
Fix navigation pixel flickering
Signed-off-by: John Molakvoæ <[email protected]>
1 parent aec8dce commit 484d101

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

core/src/components/AppMenu.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ $header-icon-size: 20px;
172172
}
173173
174174
a {
175-
width: calc(100% - 4px);
176-
height: calc(100% - 4px);
177-
margin: 2px;
175+
width: 100%;
176+
height: 100%;
178177
color: var(--color-primary-text);
179178
position: relative;
180179
}

0 commit comments

Comments
 (0)