v0.14.2-hotfix
This commit is contained in:
+8
-1
@@ -2780,6 +2780,12 @@ legend {
|
||||
|
||||
.history-toolbar-panel .chart-toolbar.energy-toolbar {
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.history-toolbar-panel .chart-toolbar.energy-toolbar .history-refresh-button {
|
||||
margin-top: 21px;
|
||||
align-self: start;
|
||||
}
|
||||
|
||||
.history-context-controls {
|
||||
@@ -9533,7 +9539,7 @@ body.flow-editor-open {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(132px, .8fr));
|
||||
gap: 10px;
|
||||
align-items: end;
|
||||
align-items: start;
|
||||
}
|
||||
.history-energy-targets { display: grid; gap: 7px; min-width: 0; color: var(--muted); font-size: 12px; font-weight: 650; }
|
||||
.history-energy-targets small,
|
||||
@@ -9603,6 +9609,7 @@ body.flow-editor-open {
|
||||
.installation-list-row > div { justify-content: flex-start; }
|
||||
.installation-device-choices { grid-template-columns: 1fr; }
|
||||
.history-context-controls.energy-context-controls { grid-template-columns: 1fr; }
|
||||
.history-toolbar-panel .chart-toolbar.energy-toolbar .history-refresh-button { margin-top: 0; }
|
||||
.history-energy-options { width: min(420px, calc(100vw - 40px)); max-height: 46vh; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user