update: listen setlist as youtube playlist

This commit is contained in:
Nathan FONTEYNE 2026-07-08 17:20:40 +02:00
parent 09b7b0bc10
commit 1b792eecfb
8 changed files with 65 additions and 5 deletions

View file

@ -301,6 +301,26 @@ h3 { font-size: 1rem; margin: 0 0 0.5rem; }
.section-header h2 { margin: 0; }
.search-bar {
position: relative;
max-width: 360px;
margin: 0 0 1rem;
}
.search-bar input {
padding-left: 2.2rem;
}
.search-icon {
position: absolute;
left: 0.65rem;
top: 50%;
transform: translateY(-50%);
color: var(--muted);
display: flex;
pointer-events: none;
}
/* ---------- Cards / grids ---------- */
.card-grid {