v0.7.0
This commit is contained in:
+32
-1
@@ -616,7 +616,7 @@ html[data-theme='light'] .simulation-metrics > div, html[data-theme='light'] .si
|
||||
|
||||
/* v0.5.4: settings headers no longer use decorative icons. */
|
||||
.settings-block-head { gap:0; }
|
||||
.device-capability-panel { display:grid; gap:8px; padding:12px 0 2px; border-top:1px solid var(--line); }
|
||||
.device-capability-panel { display:grid; gap:8px; padding:12px 0 2px; }
|
||||
.device-capability-panel > small { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
|
||||
.device-capability-buttons { display:flex; flex-wrap:wrap; gap:7px; }
|
||||
.device-capability-buttons button { min-height:34px; padding:7px 11px; border:1px solid var(--line); border-radius:11px; background:var(--surface-muted); color:var(--text); }
|
||||
@@ -841,3 +841,34 @@ body.simulation-standalone [data-view="simulation"] { min-height:calc(100vh - 36
|
||||
#controlPlan.automation-plan-grid { grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr)); }
|
||||
}
|
||||
[data-view="dashboard"] .dashboard-summary-card { margin-bottom:10px; }
|
||||
|
||||
/* 0.7.0: desktop fit and cleaner unit controls. */
|
||||
#zoneList .zone-thermostat .card-footer { align-items:flex-start; }
|
||||
#zoneList .zone-thermostat .card-footer > small {
|
||||
flex:1 1 auto;
|
||||
min-width:0;
|
||||
overflow:visible;
|
||||
text-overflow:clip;
|
||||
white-space:normal;
|
||||
line-height:1.35;
|
||||
}
|
||||
#zoneList .zone-thermostat .card-menu { flex:0 0 auto; }
|
||||
|
||||
@media (min-width: 701px) {
|
||||
#dashboardDevices .mode-row {
|
||||
grid-template-columns:repeat(5,minmax(0,1fr));
|
||||
gap:4px;
|
||||
}
|
||||
#dashboardDevices .fan-row {
|
||||
grid-template-columns:repeat(4,minmax(0,1fr));
|
||||
gap:4px;
|
||||
}
|
||||
#dashboardDevices .mode-row button,
|
||||
#dashboardDevices .fan-row button {
|
||||
min-height:26px;
|
||||
padding:4px 3px;
|
||||
font-size:9px;
|
||||
line-height:1.05;
|
||||
white-space:nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user