Improve mobile navbar and user area styling

Navbar now applies a mobileNavOpen style when the mobile menu is open, improving mobile compatibility. User area elements are moved into the link group for better mobile layout, and several CSS adjustments were made for smoother transitions and consistent icon sizing.
This commit is contained in:
David Bruno Vontor
2025-12-11 14:32:19 +01:00
parent b4e50eda30
commit df83288591
2 changed files with 21 additions and 14 deletions

View File

@@ -17,6 +17,12 @@
--nav-margin-y: 1em;
opacity: 0.95;
transition: all 0.3s ease-in-out;
}
.mobileNavOpen{
border-radius: 0;
}
/* Brand */
@@ -107,6 +113,7 @@
align-items: center;
gap: 0.4rem;
margin: var(--nav-margin-y) auto;
width: max-content;
}
.linkButton:hover {
@@ -315,7 +322,7 @@
}
.userIcon {
font-size: 1.6rem;
font-size: inherit;
}
.avatar {