Hi there,
I’ve been using Mushroom Cards for some time with custom card_mod configurations.
I was wondering if i could simplify all configs (because using mushroom template card is not simple) with the Tile Card (as you all know it’s being updated every month) but I’m stuck with some customizations, link card height and icon placeholder size.
My actual card with mushroom:
My new Tile Cards:
Anyone know how to configure those things in card_mod for Tile Cards?
BTW, i’m able to change some things, link border-radius:
card_mod:
style:
.icon-container .icon$: |
.shape {
border-radius: 15px !important;
}
… and icon size (not icon place holder size):
ha-tile-icon {
--mdc-icon-size: 32px;
}
Thanks.