Skip to content

Commit

Permalink
fix: card width in sections view
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Nov 20, 2024
1 parent 80bf74b commit f2ce861
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/card/yerushamayim-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class YerushamayimCard extends LitElement {
if (!this.hass || !this.temperatureState) {
return html`<ha-card><div class="container">Loading...</div></ha-card>`;
}
console.log(this.config);

return html`
<ha-card @click="${this.handleClick}" style="cursor: pointer;">
Expand Down Expand Up @@ -255,7 +254,6 @@ class YerushamayimCard extends LitElement {
);
padding: 16px;
font-size: 16px;
width: 450px;
}
.container-top {
display: flex;
Expand Down

0 comments on commit f2ce861

Please sign in to comment.