Style : ajustements visuels Menu.vue

- Hauteur fixe pour toggle langue
- Espacement réduit dans header

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-02 18:29:46 +01:00
parent 82eb8d88cc
commit 4bc5a95571

View file

@ -301,6 +301,7 @@ button[aria-controls='menu'][aria-expanded='false']
/* Lang toggle */
.lang-toggle {
font-family: var(--font-sans);
height: 1.65rem;
}
.lang-toggle button {
@ -358,6 +359,7 @@ button[aria-controls='menu'][aria-expanded='false']
position: sticky;
top: 0;
z-index: 1;
column-gap: calc(var(--gutter) / 2);
}
#menu header::before {
content: '';