thomasloven / lovelace-layout-card

🔹 Get more control over the placement of lovelace cards.
MIT License
1.08k stars 127 forks source link

No more rounded corners after 2024.4.0 #283

Open Morenus77 opened 7 months ago

Morenus77 commented 7 months ago

My Home Assistant version: 2024.4.1

Layout-card version (FROM BROWSER CONSOLE): 2.4.5

What I am doing: grid-template-columns: 30% 30% 40% margin: 4px grid-template-areas: | “left right”

What I expected to happen: keep rounded corners of all mushroom cards

What happened instead: no more rounded corners since 2024.4.0

Minimal steps to reproduce: mushroom cards or other cards with rounded borders, then include them in a grid template like this:

The least ammount of code possible to reproduce my error

grid-template-columns: 30% 30% 40% margin: 4px grid-template-areas: | “left right”

End of code

Error messages from the browser console:


By putting an X in the boxes ([X]) below, I indicate that I:

ildar170975 commented 7 months ago

This is not about mushrooms & probably happens in Panel view only. Check this - https://github.com/thomasloven/lovelace-layout-card/issues/284

e46lux commented 7 months ago

I've resolved mine with the following: lovelace-layout-card#284#issuecomment-2048424148