changes to series order system. add artist retagging tool

This commit is contained in:
Bryan Van Deusen
2026-01-23 08:38:07 -05:00
parent 82cf3b782b
commit d3e73b9533
5 changed files with 316 additions and 1 deletions
+31
View File
@@ -642,6 +642,37 @@ header {
color: var(--text-muted);
}
/* Add to series section in modal */
.modal-add-to-series {
margin-bottom: 0.75rem;
padding-bottom: 0.75rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.add-series-header {
margin-bottom: 0.5rem;
}
.add-series-controls {
display: flex;
align-items: center;
gap: 0.5rem;
flex-wrap: wrap;
}
.series-select {
flex: 1;
min-width: 120px;
padding: 0.3rem 0.5rem;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 4px;
color: var(--text);
font-size: 0.85rem;
cursor: pointer;
}
.series-select option {
background: var(--panel);
color: var(--text);
}
.tag-editor .tags {
margin: 0 0 0.5rem 0;
min-height: 28px;