Skip to content

Commit

Permalink
increase padding to 12px to actually match ha cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwyn committed Oct 27, 2023
1 parent fd2a9a5 commit 904fbac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/android-tv-card.js

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

2 changes: 1 addition & 1 deletion src/android-tv-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ class AndroidTVCard extends LitElement {
static get styles() {
return css`
:host {
padding: 8px
padding: 12px
}
img,
ha-icon-button {
Expand Down

0 comments on commit 904fbac

Please sign in to comment.