From 41602631017ad590d371f82b9cd353934daabf1a Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Sat, 19 Apr 2025 03:58:58 -0400 Subject: [PATCH] Better alignment in SideBar.vue --- frontend/src/views/main/SideBar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/main/SideBar.vue b/frontend/src/views/main/SideBar.vue index 261c400..13839db 100644 --- a/frontend/src/views/main/SideBar.vue +++ b/frontend/src/views/main/SideBar.vue @@ -145,7 +145,7 @@ function toggleLanguage() { .label { @apply text-nowrap; - /**/ + @apply mx-2; @apply hidden lg:inline } @@ -154,8 +154,8 @@ function toggleLanguage() { @apply bg-hBackground hover:bg-hSurface; @apply capitalize; @apply flex items-center gap-4 py-2 rounded; - @apply mx-2 lg:mx-0; - @apply lg:px-4; + @apply mx-0; + @apply lg:px-2; @apply w-10 h-10 justify-center lg:w-full lg:h-auto lg:justify-normal; }