v0.14.25
This commit is contained in:
+2
-43
@@ -621,33 +621,6 @@ h3 {
|
||||
background: color-mix(in srgb, var(--accent) 12%, var(--surface));
|
||||
}
|
||||
|
||||
.louver-controls {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
gap: 7px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.louver-control {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(96px, .72fr) minmax(0, 1.28fr);
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.louver-control > span {
|
||||
color: var(--muted);
|
||||
font-size: 11px;
|
||||
line-height: 1.15;
|
||||
}
|
||||
|
||||
.louver-control select,
|
||||
.louver-control .custom-select {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.card-footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -2918,7 +2891,8 @@ button.outside-pill:focus-visible {
|
||||
box-shadow: 0 0 0 3px rgba(239, 91, 91, .14), 0 0 10px rgba(239, 91, 91, .24);
|
||||
}
|
||||
|
||||
.connection-dot.connecting {
|
||||
.connection-dot.connecting,
|
||||
.connection-dot.reconnecting {
|
||||
background: #e2a93b;
|
||||
box-shadow: 0 0 0 3px rgba(226, 169, 59, .14);
|
||||
animation: connection-pulse 1.25s ease-in-out infinite;
|
||||
@@ -4054,10 +4028,6 @@ body.simulation-standalone [data-view="simulation"] {
|
||||
padding: 2px 0 5px;
|
||||
}
|
||||
|
||||
.quick-control-card .quick-control-row-2 {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.quick-control-card .quick-control-row-3 {
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
}
|
||||
@@ -4128,17 +4098,6 @@ body.simulation-standalone [data-view="simulation"] {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.quick-control-card .louver-controls {
|
||||
margin: 1px 0 4px;
|
||||
}
|
||||
|
||||
.quick-control-card .louver-control .custom-select-trigger,
|
||||
.quick-control-card .louver-control select {
|
||||
min-height: 34px;
|
||||
padding-block: 5px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.quick-thermostat-control .zone-quick-actions {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user