update: see next concert in calendar

This commit is contained in:
Nathan FONTEYNE 2026-07-10 14:22:01 +02:00
parent bf18eb4659
commit 49979fda39
2 changed files with 28 additions and 4 deletions

View file

@ -1422,12 +1422,15 @@ a.back-link:hover { color: var(--accent); }
flex-wrap: wrap;
}
.cell-rehearsal-badge {
.cell-badges {
position: absolute;
top: 0.3rem;
right: 0.4rem;
display: flex;
gap: 0.2rem;
font-size: 0.85rem;
line-height: 1;
}
.cal-cell.has-rehearsal { border-color: var(--accent); }
.cal-cell.has-concert { border-color: var(--success); }