From 1bdc4c850ddff84f43891cbc12f7662eda045405 Mon Sep 17 00:00:00 2001 From: ernstmul Date: Wed, 5 Feb 2025 12:25:14 +0100 Subject: [PATCH] Fix level 2 menu for new sidebar width when icons --- src/lib/layout/navigation.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/layout/navigation.svelte b/src/lib/layout/navigation.svelte index 059b577d6..70ab1e556 100644 --- a/src/lib/layout/navigation.svelte +++ b/src/lib/layout/navigation.svelte @@ -56,6 +56,6 @@ } .icons { - left: 54px; + left: 71px; }