Updated the demo/mockup for the Artist Management / Timetable module

This commit is contained in:
2026-05-10 01:28:45 +02:00
parent 0d701bfed9
commit 62afbdedf8
4 changed files with 2 additions and 71 deletions

View File

@@ -51,7 +51,7 @@ input, select, textarea { font-family: inherit; }
/* ─── App shell ─────────────────────────────────────────────────── */
.cw-app {
display: grid;
grid-template-columns: 232px 1fr;
grid-template-columns: 1fr;
height: 100vh;
overflow: hidden;
}
@@ -176,7 +176,6 @@ input, select, textarea { font-family: inherit; }
.cw-hdr-bar {
display: flex; align-items: center; gap: 12px;
padding: 12px 0;
border-top: 1px solid var(--border);
}
/* ─── Day tabs ──────────────────────────────────────────────────── */