7
0
forked from yvv/decision

Home : titres complets des blocs + burger mobile-only + seed CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

- Titres cards : "Décisions et consultation d'avis", "Documents de référence",
  "Mandats et nominations", "Protocoles et fonctionnement"
- Burger supprimé sur desktop (≥768px), conservé mobile uniquement
- CI : step seed (docker exec python seed.py) entre test-deploy et healthcheck

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Yvv
2026-03-24 02:45:38 +01:00
parent 075c3c944c
commit b63c6f95e1
3 changed files with 28 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ function isActive(to: string) {
<!-- Left: Hamburger (mobile) + Logo -->
<div class="app-header__left">
<button
class="app-header__menu-btn md:hidden"
class="app-header__menu-btn"
aria-label="Ouvrir le menu"
@click="mobileMenuOpen = true"
>
@@ -327,6 +327,12 @@ function isActive(to: string) {
background: var(--mood-accent-soft);
}
@media (min-width: 768px) {
.app-header__menu-btn {
display: none;
}
}
.app-header__logo {
text-decoration: none;
display: flex;