Viet Ngoc
Viet Ngoc
Post your config code here, I'll try to help you if I can.
@mateuszdrab button-card is the whole grid, you can modify styles for grid-template.. https://github.com/custom-cards/button-card?tab=readme-ov-file#advanced-styling-options https://css-tricks.com/snippets/css/complete-guide-grid/ ```yaml styles: grid: - grid-gap: 1rem - padding: 1rem ``` 
Because they are not the same type of card, you have a different font size in styles than the other one, then of course it doesn't look good.... button-card is...
Again like the example above, create a base template for a button for example called square_button with modified css for the grid and apply with different entities. ```yaml - type:...
@Zhephyr54 Isn't it a bug in the expander-card? Any card with an action in the title card can trigger an expander... Probably the author of expander doesn't take into account...