Skip to content

Commit

Permalink
[TASK] add query
Browse files Browse the repository at this point in the history
  • Loading branch information
KartoffelToby committed Sep 20, 2023
1 parent 5662957 commit fdcb813
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 6 additions & 2 deletions dist/better-thermostat-ui-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion src/better-thermostat-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,11 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
ha-icon-button[title="eco"] {
--mode-color: var(--energy-non-fossil-color) !important;
}
@container bt-card (max-width: 280px) {
.content {
top: calc(50% - 10px);
}
}
@container bt-card (max-width: 255px) {
#modes {
margin-top: -2em;
Expand Down

0 comments on commit fdcb813

Please sign in to comment.