From 115de9697cc683569d85ba1c623667ba76fe5ef2 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 25 Jul 2025 16:16:28 +0200 Subject: [PATCH] UX: tweaks to the menu drawer --- public/css/index-tailwind-output.css | 8 ++++++++ src/UI/BigComponents/MenuDrawerIndex.svelte | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/public/css/index-tailwind-output.css b/public/css/index-tailwind-output.css index 504503242..3dbb3911a 100644 --- a/public/css/index-tailwind-output.css +++ b/public/css/index-tailwind-output.css @@ -8357,6 +8357,10 @@ svg.apply-fill path { margin-right: 0.25rem; } + .sm\:mr-2 { + margin-right: 0.5rem; + } + .sm\:mt-2 { margin-top: 0.5rem; } @@ -8583,6 +8587,10 @@ svg.apply-fill path { margin-right: 0.5rem; } + .md\:mr-4 { + margin-right: 1rem; + } + .md\:ms-2 { margin-inline-start: 0.5rem; } diff --git a/src/UI/BigComponents/MenuDrawerIndex.svelte b/src/UI/BigComponents/MenuDrawerIndex.svelte index 0974db01e..402d441f1 100644 --- a/src/UI/BigComponents/MenuDrawerIndex.svelte +++ b/src/UI/BigComponents/MenuDrawerIndex.svelte @@ -144,13 +144,6 @@ - - - - - - -