fix(web client): new arrow positions

This commit is contained in:
Henri Bourcereau 2026-06-07 20:59:19 +02:00
parent 94340fe02c
commit e9206a989c
2 changed files with 8 additions and 7 deletions

View file

@ -2334,7 +2334,7 @@ a:hover { text-decoration: underline; }
padding: 0.28rem 0.5rem;
transition: background 0.15s;
}
.strip-active-zone.active { background: rgba(58,42,10,0.08); }
.strip-active-zone.active { background: rgba(58,42,10,0.15); }
/* Checker-style circles */
.strip-avatar {
@ -2388,12 +2388,12 @@ a:hover { text-decoration: underline; }
}
.strip-title {
font-family: var(--font-display);
font-size: 1.4rem;
font-size: 2rem;
font-weight: 600;
font-style: italic;
color: var(--ui-ink);
letter-spacing: 0.03em;
white-space: nowrap;
margin-left: 1rem;
}
/* ── Body: board + controls ──────────────────────────────────────────── */