From 3d68064b3397cf88671cfa88ad90023ba87eee6b Mon Sep 17 00:00:00 2001 From: schn33fuchs Date: Sat, 6 Jun 2026 18:50:56 +0200 Subject: [PATCH] Resize --- frontend/src/styles/components/_sidebar.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/styles/components/_sidebar.scss b/frontend/src/styles/components/_sidebar.scss index 9686a1f..cd86a65 100644 --- a/frontend/src/styles/components/_sidebar.scss +++ b/frontend/src/styles/components/_sidebar.scss @@ -55,3 +55,9 @@ &.user { width: 220px; background: darken($color-sidebar, 6%); } } +.home-svg { + width: 24px; + height: 24px; + vertical-align: middle; + margin: 0 auto; +}