v0.9.0
This commit is contained in:
+18
-1
@@ -1386,7 +1386,7 @@ textarea[aria-invalid="true"] {
|
||||
.group-custom-temperature-row button { grid-column:auto; }
|
||||
}
|
||||
|
||||
/* v0.8.24: group OFF powers members down but releases group ownership; OFF groups do not membership-block thermostats. */
|
||||
/* Group OFF powers members down but releases group ownership; OFF groups do not membership-block thermostats. */
|
||||
.list-card.group-card.group-linked {
|
||||
border-color:color-mix(in srgb,var(--group-control-color) 42%,var(--line));
|
||||
}
|
||||
@@ -1404,3 +1404,20 @@ textarea[aria-invalid="true"] {
|
||||
border-color:var(--group-control-color);
|
||||
box-shadow:0 0 0 1px color-mix(in srgb,var(--group-control-color) 30%,transparent);
|
||||
}
|
||||
|
||||
/* v0.9.0: visible/cancellable compressor-protection queue. */
|
||||
.compressor-queue-panel {
|
||||
display:flex;
|
||||
align-items:center;
|
||||
justify-content:space-between;
|
||||
gap:12px;
|
||||
margin-top:10px;
|
||||
padding:10px 12px;
|
||||
border:1px dashed var(--warning, #b7791f);
|
||||
border-radius:12px;
|
||||
background:color-mix(in srgb, var(--warning, #b7791f) 9%, transparent);
|
||||
}
|
||||
.compressor-queue-panel > div { display:grid; gap:2px; min-width:0; }
|
||||
.compressor-queue-panel strong { font-size:.88rem; }
|
||||
.compressor-queue-panel span,.compressor-queue-panel small { overflow-wrap:anywhere; }
|
||||
.compressor-queue-panel button { flex:0 0 auto; }
|
||||
|
||||
Reference in New Issue
Block a user