From 484d1012663d463a46c0d5ff0fe48799f33c6e6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 14 Oct 2022 14:35:29 +0200 Subject: [PATCH] Fix navigation pixel flickering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- core/src/components/AppMenu.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue index 663b5b380cd39..1c75eb5d9b086 100644 --- a/core/src/components/AppMenu.vue +++ b/core/src/components/AppMenu.vue @@ -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; }