nicufarmache / lovelace-big-slider-card

A card with a big slider for light entities in Home Assistant
MIT License
66 stars 11 forks source link

Feature Request : Square button shape #28

Closed kalhimeo closed 11 months ago

kalhimeo commented 1 year ago

Is your feature request related to a problem? Please describe. In order to integrate the card better with other button cards, it would be nice to have an option to make it a 'square' shape

Describe the solution you'd like Just have an optional "button" setting to render the card as a square

Describe alternatives you've considered n/a

Additional context Thank you so much already for this card, it is really nice !

nicufarmache commented 11 months ago

By 'sqare' you mean to not have rounded corners?

If yes then ypu can use the border_radius option on the newest version like this:

type: custom:big-slider-card
entity: light.lamp
border_radius: '0'
kalhimeo commented 11 months ago

that s great, thank you very much !