v0.13.9
This commit is contained in:
@@ -4360,6 +4360,17 @@ body.simulation-standalone [data-view="simulation"] {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
/* Dashboard thermostat cards keep their intrinsic height when one zone shows
|
||||
a local/manual takeover panel. Other grids retain equal-height rows. */
|
||||
#dashboardZones {
|
||||
grid-auto-rows: auto;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
#dashboardZones>article {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#deviceList .device-card .card-menu {
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user