mini-media-player icon indicating copy to clipboard operation
mini-media-player copied to clipboard

styling shortcuts

Open syntos opened this issue 3 years ago • 2 comments

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

Thank you.

syntos avatar Jan 03 '23 17:01 syntos

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;

thijselblaso avatar Jan 19 '23 11:01 thijselblaso

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

mark-zarandi avatar May 29 '23 09:05 mark-zarandi