From 611d291c69d7554305b7a8f25728913d430cf145 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sat, 4 Jan 2025 17:15:29 +0100 Subject: [PATCH] fix(style): [WIP] Sidebar style regressions --- front/src/ui/components/Sidebar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index b44413258..c3bb0c59f 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -304,7 +304,6 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index' flex-grow: 1; nav > a { - padding-left: 20px; &:global(.active) { border: none;