Skip to content

Commit

Permalink
Remove div header
Browse files Browse the repository at this point in the history
  • Loading branch information
Barma-lej committed Oct 15, 2024
1 parent 65cbe8b commit 481a7bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
10 changes: 4 additions & 6 deletions src/landroid-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -1357,12 +1357,10 @@ class LandroidCard extends LitElement {
return html`
<ha-card>
<div class="preview">
<div class="header">
<div class="tips">
${this.renderTipButton(consts.INFOCARD)}
${this.renderTipButton(consts.STATISTICSCARD)}
${this.renderTipButton(consts.BATTERYCARD)}
</div>
<div class="tips">
${this.renderTipButton(consts.INFOCARD)}
${this.renderTipButton(consts.STATISTICSCARD)}
${this.renderTipButton(consts.BATTERYCARD)}
</div>
</div>
${this.renderEntitiesCard(consts.INFOCARD)}
Expand Down
5 changes: 0 additions & 5 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ const styles = css`
}
}
.header {
display: flex;
justify-content: space-between;
}
.tips {
display: flex;
gap: var(--lc-spacing);
Expand Down

0 comments on commit 481a7bb

Please sign in to comment.