Better alignment in SideBar.vue
This commit is contained in:
@@ -145,7 +145,7 @@ function toggleLanguage() {
|
|||||||
|
|
||||||
.label {
|
.label {
|
||||||
@apply text-nowrap;
|
@apply text-nowrap;
|
||||||
/**/
|
@apply mx-2;
|
||||||
@apply hidden lg:inline
|
@apply hidden lg:inline
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -154,8 +154,8 @@ function toggleLanguage() {
|
|||||||
@apply bg-hBackground hover:bg-hSurface;
|
@apply bg-hBackground hover:bg-hSurface;
|
||||||
@apply capitalize;
|
@apply capitalize;
|
||||||
@apply flex items-center gap-4 py-2 rounded;
|
@apply flex items-center gap-4 py-2 rounded;
|
||||||
@apply mx-2 lg:mx-0;
|
@apply mx-0;
|
||||||
@apply lg:px-4;
|
@apply lg:px-2;
|
||||||
@apply w-10 h-10 justify-center lg:w-full lg:h-auto lg:justify-normal;
|
@apply w-10 h-10 justify-center lg:w-full lg:h-auto lg:justify-normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user