lovelace-layout-card icon indicating copy to clipboard operation
lovelace-layout-card copied to clipboard

No more rounded corners after 2024.4.0

Open Morenus77 opened this issue 10 months ago • 2 comments

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:

  • [X] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
  • [X] Have made sure I am using the latest version of the plugin.
  • [X] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
  • [X] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

Morenus77 avatar Apr 07 '24 08:04 Morenus77

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

ildar170975 avatar Apr 07 '24 22:04 ildar170975

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

e46lux avatar Apr 10 '24 21:04 e46lux