From bee3150193558633f50b2d3d78f8a6919d66bd6c Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 3 Jul 2025 12:20:22 +0200 Subject: [PATCH] Remove sidebar item animation on hover --- dashboard/src/Index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index 5e8ad3e5c..b42d028b2 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -397,7 +397,6 @@ onMounted(async () => { .sidebar-item:hover { background-color: #e9ecef; text-decoration: none; - padding-left: 30px; margin-right: 0; }