0.10.2-11 ---

This commit is contained in:
2026-03-16 11:36:25 +00:00
parent bf72c40ae1
commit e4d54e98ed
+8 -2
View File
@@ -391,12 +391,18 @@ body {
}
.hardware-monitor-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 0.75rem;
align-items: start;
}
.hardware-monitor-grid > .hardware-monitor-block {
flex: 1 1 0;
min-width: 0;
}
.hardware-monitor-block {
border: 1px solid var(--rip-border);
border-radius: 0.5rem;