Skip to content

Commit

Permalink
Update sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Jul 2, 2024
1 parent efb0ef7 commit 72583a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/panels/lovelace/cards/hui-iframe-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export class HuiIframeCard extends LitElement implements LovelaceCard {
return {
grid_columns: 4,
grid_rows: 4,
grid_min_rows: 2,
};
}

Expand Down
2 changes: 2 additions & 0 deletions src/panels/lovelace/cards/hui-map-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ class HuiMapCard extends LitElement implements LovelaceCard {
return {
grid_columns: 4,
grid_rows: 4,
grid_min_columns: 2,
grid_min_rows: 2,
};
}

Expand Down

0 comments on commit 72583a3

Please sign in to comment.