0.11.0-1 queue fix

This commit is contained in:
2026-03-17 20:08:45 +00:00
parent 16c783e1aa
commit 56879d2e8d
13 changed files with 147 additions and 50 deletions
+8
View File
@@ -1789,6 +1789,14 @@ body {
flex-wrap: wrap;
}
.cd-drive-status-text {
font-size: 0.75rem;
color: var(--rip-muted);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.notification-toggle-box {
display: flex;
flex-direction: column;