Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix navigation pixel flickering
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Oct 26, 2022
commit 484d1012663d463a46c0d5ff0fe48799f33c6e6e
5 changes: 2 additions & 3 deletions core/src/components/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ $header-icon-size: 20px;
}

a {
width: calc(100% - 4px);
height: calc(100% - 4px);
margin: 2px;
width: 100%;
height: 100%;
color: var(--color-primary-text);
position: relative;
}
Expand Down