This commit is contained in:
Mateusz Gruszczyński
2026-09-16 11:09:38 +02:00
parent 0437ef7b6f
commit 0d73844f23
17 changed files with 147 additions and 54 deletions
+15 -1
View File
@@ -450,6 +450,17 @@ h3 {
font-size: 21px;
}
.power-icon {
display: block;
width: 1em;
height: 1em;
fill: none;
stroke: currentColor;
stroke-width: 2.15;
stroke-linecap: round;
stroke-linejoin: round;
}
.power-button.on {
background: var(--accent);
color: var(--accent-text);
@@ -3461,7 +3472,8 @@ button.outside-pill:focus-visible {
}
.standalone-settings-form {
max-width: 1100px;
width: 100%;
max-width: none;
}
.copy-settings-row {
@@ -4092,6 +4104,8 @@ body.simulation-standalone [data-view="simulation"] {
}
.quick-thermostat-control .zone-quick-actions button span {
display: grid;
place-items: center;
font-size: 13px;
line-height: 1;
}