Updated the demo/mockup for the Artist Management / Timetable module
This commit is contained in:
@@ -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 ──────────────────────────────────────────────────── */
|
||||
|
||||
Reference in New Issue
Block a user