0.11.0 Multi LW

This commit is contained in:
2026-03-17 19:58:32 +00:00
parent 16443c8a45
commit 16c783e1aa
25 changed files with 811 additions and 960 deletions
+66
View File
@@ -1723,6 +1723,72 @@ body {
margin-top: 1rem;
}
/* Drive devices list editor (Settings page) */
.drive-devices-editor {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.drive-devices-empty {
color: var(--rip-muted);
font-size: 0.85rem;
margin: 0;
}
.drive-device-row {
display: flex;
align-items: center;
gap: 0.4rem;
}
.drive-device-input {
flex: 1;
font-family: monospace;
font-size: 0.9rem;
}
/* Per-drive CD sections in Dashboard */
.cd-drives-section {
display: flex;
flex-direction: column;
gap: 0.6rem;
margin-bottom: 0.75rem;
padding-bottom: 0.75rem;
border-bottom: 1px solid var(--rip-border);
}
.cd-drive-item {
display: grid;
gap: 0.3rem;
padding: 0.5rem 0.6rem;
border: 1px solid var(--rip-border);
border-radius: 0.5rem;
background: var(--rip-panel-soft);
}
.cd-drive-header {
display: flex;
align-items: center;
gap: 0.5rem;
flex-wrap: wrap;
}
.cd-drive-path {
font-size: 0.8rem;
color: var(--rip-muted);
}
.cd-drive-disc-label {
font-size: 0.85rem;
}
.cd-drive-actions {
display: flex;
gap: 0.4rem;
flex-wrap: wrap;
}
.notification-toggle-box {
display: flex;
flex-direction: column;