surge refill
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user