kalkih / mini-media-player

Minimalistic media card for Home Assistant Lovelace UI
MIT License
1.48k stars 206 forks source link

styling shortcuts #720

Open syntos opened 1 year ago

syntos commented 1 year ago

Is it possible to change the height of the buttons for shortcuts? Can somebady give me an example please?

Thank you.

thijselblaso commented 1 year ago

You can with card mod. You can add this to your card (and of course download card mod via HACS first)

card_mod:
  style:
    mmp-shortcuts$: |
      .mmp-shortcuts__button {
        height: 80px !important;
mark-zarandi commented 1 year ago

This property open up the button a little bit, but when you try to increase the font of the text contained in the button it gets cut off.

image