From ad8fadf157b29ead41ca212f46745f0007c558ca Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Wed, 31 Aug 2022 14:38:39 +0200 Subject: Fix active app indicator position MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/src/components/AppMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/components') diff --git a/core/src/components/AppMenu.vue b/core/src/components/AppMenu.vue index 2419a2f3b50..0a337340ccb 100644 --- a/core/src/components/AppMenu.vue +++ b/core/src/components/AppMenu.vue @@ -153,7 +153,7 @@ $header-icon-size: 20px; border-radius: 3px; background-color: var(--color-primary-text); left: 50%; - bottom: 3px; + bottom: 6px; display: block; transition: all 0.1s ease-in-out; opacity: 1; -- cgit v1.2.3