mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Allow the card features buttons to be smaller if needed (#24431)
This commit is contained in:
parent
3a1d371b0b
commit
dd441f882b
@ -20,6 +20,10 @@ export const cardFeatureStyles = css`
|
||||
--control-button-group-spacing: var(--feature-button-spacing);
|
||||
--control-button-group-thickness: var(--feature-height);
|
||||
}
|
||||
ha-control-button-group > ha-control-button {
|
||||
flex-basis: 20px;
|
||||
--control-button-padding: 0px;
|
||||
}
|
||||
ha-control-slider {
|
||||
--control-slider-color: var(--feature-color);
|
||||
--control-slider-background: var(--feature-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user