Skip to content

Commit

Permalink
fix: yesteraday line #3
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Dec 1, 2024
1 parent 448dd02 commit 0b937e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/card/yerushamayim-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class YerushamayimCard extends LitElement {
</div>
<div class="yesterday-status">
<div>
<img style="height: 30px;" src="${this.lastDayState.cloth_icon}" />
<img style="height: 30px; padding-block: 8px;" src="${this.lastDayState.cloth_icon}" />
</div>
<div>
${this.lastDayState.status}
Expand Down Expand Up @@ -330,14 +330,14 @@ class YerushamayimCard extends LitElement {
align-items: flex-start;
}
.yesterday-temperature {
height: 55px;
height: 76px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
}
.yesterday-status {
height: 55px;
height: 76px;
display: flex;
flex-direction: column;
justify-content: space-between;
Expand Down

0 comments on commit 0b937e5

Please sign in to comment.