Ok thank you.
How could I change the horizontal-stack width?
I found this example but not sure what I'm doing wrong?
type: 'custom:mod-card'
style:
hui-horizontal-stack-card$: |
hui-tile-card {
margin-left: 10px !important;
margin-right: 10px !important;
margin-bottom: 10px !important;
width: 150%;
flex: auto !important;
}
hui-button-card {
margin-right: 10px !important;
margin-bottom: 10px !important;
flex: auto !important;
}
.: |
ha-card {
background-color: darkslategrey;
--ha-card-background: rgba(50,50,50,0.1);
}
card:
type: horizontal-stack
title: Primary Bedroom
cards:
- type: tile
entity: fan.master_bedroom_fan
features:
- type: fan-speed
- type: button
entity: light.master_bedroom_light
name: Ceiling Fan Light
show_state: false
show_name: false