YAMP is now compatible with Card-Mod!
Card Mod Examples
Decrease Height
You must adjust the ha-card height as well as .card-artwork-spacer min-height, see example:
card_mod:
style: |
ha-card {
height: 300px !important;
}
.card-artwork-spacer {
min-height: 0px !important;
}
Increase Height
You must adjust the ha-card height as well as .card-artwork-spacer min-height, see example:
card_mod:
style: |
ha-card {
height: 700px !important;
}
.card-artwork-spacer {
min-height: 0px !important;
}