Portraits et corrections sur valeurs des PNJ
Some checks failed
Release Creation / build (release) Failing after 1m24s

This commit is contained in:
2026-04-12 11:52:17 +02:00
parent 7a2be0cc0e
commit 44cc07db73
91 changed files with 4612 additions and 212 deletions

View File

@@ -57,14 +57,14 @@
background-image: url("../assets/ui/fond_cadrille.jpg");
background-blend-mode: soft-light;
background-size: auto;
padding: 10px 12px 10px 10px;
padding: 8px 12px 8px 10px;
gap: 10px;
border-bottom: 3px solid var(--cel-orange);
box-shadow: 0 3px 0 0 rgba(196,154,26,0.25);
.actor-portrait {
width: 84px;
height: 84px;
width: 97px;
height: 97px;
object-fit: cover;
border: 2px solid var(--cel-orange);
box-shadow: inset 0 0 6px rgba(196,154,26,0.4), 0 0 4px rgba(0,0,0,0.5);