Skip to content

Commit 9931407

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

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
@@ -165,9 +165,8 @@ $header-icon-size: 20px;
165165
}
166166
167167
a {
168-
width: calc(100% - 4px);
169-
height: calc(100% - 4px);
170-
margin: 2px;
168+
width: 100%;
169+
height: 100%;
171170
color: var(--color-primary-text);
172171
position: relative;
173172
}

0 commit comments

Comments
 (0)