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:
parent
82eb8d88cc
commit
4bc5a95571
1 changed files with 2 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ button[aria-controls='menu'][aria-expanded='false']
|
||||||
/* Lang toggle */
|
/* Lang toggle */
|
||||||
.lang-toggle {
|
.lang-toggle {
|
||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
|
height: 1.65rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lang-toggle button {
|
.lang-toggle button {
|
||||||
|
|
@ -358,6 +359,7 @@ button[aria-controls='menu'][aria-expanded='false']
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
column-gap: calc(var(--gutter) / 2);
|
||||||
}
|
}
|
||||||
#menu header::before {
|
#menu header::before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue