0.12.0-17 Misc fixes
Deploy Docs to GitHub Pages / Build Documentation (push) Has been cancelled
Deploy Docs to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
2026-03-30 19:15:23 +00:00
parent 5284dd2a43
commit c67ac593de
29 changed files with 1596 additions and 117 deletions
+29
View File
@@ -1856,6 +1856,35 @@ body {
font-size: 0.9rem;
}
.external-storage-editor {
display: flex;
flex-direction: column;
gap: 0.4rem;
}
.external-storage-empty {
color: var(--rip-muted);
font-size: 0.85rem;
margin: 0;
}
.external-storage-row {
display: flex;
align-items: center;
gap: 0.4rem;
}
.external-storage-name-input {
width: 14rem;
min-width: 10rem;
}
.external-storage-input {
flex: 1;
font-family: monospace;
font-size: 0.9rem;
}
/* Per-drive CD sections in Dashboard */
/* Unified per-drive list (Disk-Information card) */
.drive-list {