Skip to content

Commit

Permalink
Merge pull request #1362 from imswel/main
Browse files Browse the repository at this point in the history
Person card padding fix
  • Loading branch information
basbruss authored Nov 2, 2023
2 parents 94ab39a + afe97de commit 937bf16
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ custom_popup_imswel_person:
style: >
--popup-padding-x: 0px;
--popup-padding-y: 0px;
card_mod:
style:
ha-dialog: >
.content .container{
padding: 0 !important;
}
content:
type: "vertical-stack"
cards:
Expand Down Expand Up @@ -154,7 +160,6 @@ custom_popup_imswel_person:
ha-card{
box-shadow: none;
border-radius: 0px;
margin-bottom: -4px;
}
ha-map:
$: >
Expand Down

0 comments on commit 937bf16

Please sign in to comment.