Skip to content

Commit fdcb813

Browse files
committed
[TASK] add query
1 parent 5662957 commit fdcb813

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

dist/better-thermostat-ui-card.js

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/better-thermostat-ui.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,11 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
564564
ha-icon-button[title="eco"] {
565565
--mode-color: var(--energy-non-fossil-color) !important;
566566
}
567-
567+
@container bt-card (max-width: 280px) {
568+
.content {
569+
top: calc(50% - 10px);
570+
}
571+
}
568572
@container bt-card (max-width: 255px) {
569573
#modes {
570574
margin-top: -2em;

0 commit comments

Comments
 (0)