Circlepad size #219
Answered
by
Nerwyn
Hackashaq666
asked this question in
Q&A
Circlepad size
#219
-
Thanks for the great custom card, it has really made homeassistant a great multimedia controller. I like the new circlepad feature, is there an easy way to decrease the size of the entire circlepad? I would like it to be 50% or 75% of the current size overall. Would I need to use the custom css for each of the up, down, left, right and center? |
Beta Was this translation helpful? Give feedback.
Answered by
Nerwyn
May 29, 2025
Replies: 1 comment 4 replies
-
Glad you like the project! Example 13 does this. Set the circlepad host width to a smaller number. Everything else in the circlepad is sized relative to that. :host {
width: 174px;
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be fixed in the 4.5.2 beta. The above styles should work without distorting the center button. Even better, you can reduce the size of the circlepad using the remote general styles instead of creating a custom element for the circlepad.