mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: new view for concert history
This commit is contained in:
parent
08717c24bc
commit
0773f39763
6 changed files with 155 additions and 8 deletions
|
|
@ -670,6 +670,31 @@ button:disabled {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
/* ---------- History timeline ---------- */
|
||||
|
||||
.timeline-concert { margin-bottom: 1.5rem; }
|
||||
|
||||
.timeline-songs {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
|
||||
gap: 0.9rem;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.timeline-song-card {
|
||||
background: var(--surface-alt);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-sm);
|
||||
padding: 0.7rem;
|
||||
}
|
||||
|
||||
.timeline-song-title { font-weight: 600; }
|
||||
|
||||
.timeline-embed {
|
||||
max-width: none;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
/* ---------- Setlist ---------- */
|
||||
|
||||
.setlist-columns {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue