0.12.0-17 Misc fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user