update: description in ics shared calendar, and realtive display depending on the votes

This commit is contained in:
Nathan FONTEYNE 2026-07-31 11:51:05 +02:00
parent 5759a1f248
commit 212016e88f
10 changed files with 92 additions and 25 deletions

View file

@ -1528,6 +1528,13 @@ button.calendar-filters-close { display: none; }
.rehearsal-row:last-child { border-bottom: none; }
.rehearsal-row.highlight {
outline: 2px solid var(--accent);
outline-offset: 4px;
border-radius: 4px;
transition: outline-color 3s ease;
}
.rehearsal-actions {
display: flex;
align-items: center;