-
Hi i have a layout-card with speaker & group. i want to change the size of the 'button's for the group card, so I can do 25% 75% for the 2 cards. can someone give me a hint.. I've tried the widthPercentage but it seems to only change the size of the card.. not the buttons? also.. when going to like widthPercentage: 10 it doesn't really get smaller from the 40 I'd set it to. idea's ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
That is not supported, but you can always give card_mod a try. type: custom:sonos-card
card_mod:
style:
.: |
sonos-player$ sonos-player-controls$: |
ha-icon-button {
--mdc-icon-button-size: 1.5rem !important;
--mdc-icon-size: 1.5rem !important;
} |
Beta Was this translation helpful? Give feedback.
-
Just for my understanding. What you've suggested above @johanfrick - this is just an example right? sonos-player$ sonos-player-controls$ isn't the group player selector right? |
Beta Was this translation helpful? Give feedback.
-
@johanfrick - you sir are a star! thank you. |
Beta Was this translation helpful? Give feedback.
Sorry, I misread your text there. Something like this?