From c4452c99aec608a9f6233c7bd82c7eb94084c152 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 23 Mar 2025 10:06:10 +0100 Subject: [PATCH] Reduce headerbar height --- dashboard/src/components/Headerbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/Headerbar.vue b/dashboard/src/components/Headerbar.vue index 8232348cd..a865f4abe 100644 --- a/dashboard/src/components/Headerbar.vue +++ b/dashboard/src/components/Headerbar.vue @@ -99,7 +99,7 @@ onMounted(async () => { .headerbar { display: flex; - padding: 10px; + padding: 6px; align-items: center; gap: 15px; }