mini-media-player
mini-media-player copied to clipboard
styling shortcuts
Is it possible to change the height of the buttons for shortcuts? Can somebady give me an example please?
Thank you.
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;
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.