Skip to content

Commit

Permalink
Fix padding in update list (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Apr 1, 2022
1 parent d1cf090 commit 6af39a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/panels/hacs-entry-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,12 @@ export class HacsEntryPanel extends LitElement {
padding: 8px;
}
.list-item-icon > * {
height: 40px;
width: 40px;
padding: 0;
}
img {
max-height: 40px;
max-width: 40px;
border-radius: 50%;
}
.list-item {
Expand Down

0 comments on commit 6af39a1

Please sign in to comment.