Update to artist credit handling
This commit is contained in:
@@ -142,6 +142,13 @@ input:focus, select:focus { outline: none; border-color: var(--accent); }
|
||||
.badge-failed { background: var(--danger); color: white; }
|
||||
.badge-completed { background: var(--success); color: white; }
|
||||
|
||||
/* Task table fixed column widths */
|
||||
table.tasks-table { table-layout: fixed; }
|
||||
table.tasks-table th:nth-child(1) { width: 100px; }
|
||||
table.tasks-table th:nth-child(2) { width: 100px; }
|
||||
table.tasks-table th:nth-child(3) { width: 40%; }
|
||||
table.tasks-table td { overflow: hidden; text-overflow: ellipsis; }
|
||||
|
||||
/* Page header */
|
||||
.page-header { margin-bottom: 1.5rem; }
|
||||
.page-header h2 { font-size: 1.5rem; }
|
||||
|
||||
Reference in New Issue
Block a user