0.10.2-4 Layout
This commit is contained in:
@@ -392,7 +392,7 @@ body {
|
||||
|
||||
.hardware-monitor-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
gap: 0.75rem;
|
||||
align-items: stretch;
|
||||
}
|
||||
@@ -554,6 +554,19 @@ body {
|
||||
gap: 0.3rem;
|
||||
}
|
||||
|
||||
.hardware-storage-group-label {
|
||||
color: var(--rip-muted);
|
||||
font-size: 0.75rem;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.hardware-storage-bar-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.hardware-storage-head {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
|
||||
Reference in New Issue
Block a user