feature/JWT-OIDC-SSO #8

Merged
ab merged 9 commits from feature/JWT-OIDC-SSO into DEV 2026-04-08 13:53:39 +00:00
Showing only changes of commit 94d14e8fc8 - Show all commits
@@ -344,6 +344,10 @@
color: var(--accent); color: var(--accent);
} }
.qi-title {
color: #ffffff;
}
.queue-item .qi-index { .queue-item .qi-index {
font-size: 0.75rem; font-size: 0.75rem;
color: var(--text-muted); color: var(--text-muted);
@@ -497,6 +501,7 @@
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
color: #ffffff;
} }
.np-artist { .np-artist {