feat(media): iteration 2 carte - Voronoi bg + collapso fusion + lisibilite + liens influence

This commit is contained in:
Jules Neny
2026-05-12 12:12:05 +02:00
parent 1b1e373bea
commit c14a1ee01f
3 changed files with 226 additions and 60 deletions

View File

@@ -239,8 +239,8 @@ useHead({ title: 'AEP - Media - Carte FRACAS Bonpote' })
gap: 6px;
padding: 4px 12px;
background: var(--nav-bg);
border-top: 1px solid var(--nav-bg-alt);
border-bottom: 1px solid var(--nav-bg-alt);
border-top: 1px solid rgba(180, 170, 160, 0.22);
border-bottom: 1px solid rgba(180, 170, 160, 0.22);
min-height: 38px;
}
@@ -285,7 +285,7 @@ useHead({ title: 'AEP - Media - Carte FRACAS Bonpote' })
overflow: hidden;
position: relative;
transition: flex-basis 0.3s ease, height 0.3s ease, opacity 0.2s ease;
border-top: 1px solid var(--nav-bg-alt);
border-top: 1px solid rgba(180, 170, 160, 0.28);
}
.chatbot-split {