From 5cb23128069de33bdae6da02e208bcaef94756ff Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 16 Dec 2025 12:19:01 +0100 Subject: [PATCH] Fix padding of logo in sidebar --- dashboard/src/components/SideBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/SideBar.vue b/dashboard/src/components/SideBar.vue index 766c8951e..df10d372c 100644 --- a/dashboard/src/components/SideBar.vue +++ b/dashboard/src/components/SideBar.vue @@ -147,7 +147,7 @@ onMounted(() => { align-items: center; color: var(--pankow-text-color); text-decoration: none; - padding-left: 10px; + padding-left: 5px; max-width: 300px; overflow: hidden; min-height: 55px;