0.11.0-5 multi lw

This commit is contained in:
2026-03-17 21:57:44 +00:00
parent 38fc1778f7
commit d00191324b
12 changed files with 356 additions and 106 deletions
+84
View File
@@ -1802,6 +1802,90 @@ body {
}
/* Per-drive CD sections in Dashboard */
/* Unified per-drive list (Disk-Information card) */
.drive-list {
display: flex;
flex-direction: column;
gap: 0.4rem;
margin-top: 0.5rem;
}
.drive-list-empty {
font-size: 0.85rem;
color: var(--rip-muted);
margin: 0.5rem 0 0;
}
.drive-list-item {
padding: 0.4rem 0.6rem;
border: 1px solid var(--rip-border);
border-radius: 0.4rem;
background: var(--rip-panel-soft);
}
.drive-list-row {
display: flex;
align-items: center;
gap: 0.5rem;
flex-wrap: wrap;
}
.drive-list-info {
display: flex;
align-items: center;
gap: 0.4rem;
flex: 1;
min-width: 0;
}
.drive-list-path {
font-size: 0.8rem;
color: var(--rip-muted);
white-space: nowrap;
}
.drive-list-model {
font-size: 0.75rem;
color: var(--rip-muted);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.drive-list-disc-arg {
font-size: 0.7rem;
color: var(--rip-muted);
opacity: 0.7;
}
.drive-list-state {
flex-shrink: 0;
}
.drive-list-actions {
display: flex;
align-items: center;
gap: 0.3rem;
flex-shrink: 0;
}
.drive-list-disc-label {
font-size: 0.82rem;
margin-top: 0.2rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.drive-list-status-text {
font-size: 0.75rem;
color: var(--rip-muted);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Legacy per-CD-drive section (kept for compat) */
.cd-drives-section {
display: flex;
flex-direction: column;