surge refill

This commit is contained in:
Mateusz Gruszczyński
2026-05-31 23:09:24 +02:00
parent 91e91e7e47
commit 68d8ddc8d7
8 changed files with 217 additions and 198 deletions
+8 -9
View File
@@ -2979,17 +2979,15 @@ body.mobile-mode .mobile-filter-bar {
gap: 0.3rem;
}
.smart-surge-refill-card .smart-refill-controls {
grid-template-columns: minmax(84px, 0.6fr) minmax(110px, 1fr) minmax(110px, 1fr);
width: min(450px, 100%);
.smart-surge-cooldown-card {
background: rgba(var(--bs-info-rgb), 0.08);
}
.smart-refill-switch {
align-content: end;
}
.smart-refill-switch .form-check-input {
margin: 0;
.smart-surge-refill-controls {
display: grid;
grid-template-columns: repeat(2, minmax(110px, 1fr));
gap: 0.55rem;
width: min(330px, 100%);
}
.disk-monitor-shell {
display: grid;
@@ -3065,6 +3063,7 @@ body.mobile-mode .mobile-filter-bar {
flex-direction: column;
}
.smart-surge-refill-controls,
.disk-monitor-shell {
grid-template-columns: 1fr;
}