Better alignment in SideBar.vue

This commit is contained in:
2025-04-19 03:58:58 -04:00
parent 300ee124d8
commit 4160263101

View File

@@ -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;
}