Skip to content

v1.6.1

Choose a tag to compare

@thecodingdad thecodingdad released this 17 May 19:04

Bug fixes

  • Card placed on a "Panel (single card)" view no longer stretches to the full viewport width when more than one page is configured. HA's panel layout sets --ha-card-border-width: 0 (unitless), which silently invalidated the multi-page width calc; the card now owns its own --grc-border-width so the calc resolves correctly.
  • Card corners are now rounded on panel views as well. HA flattens --ha-card-border-radius to 0 in panel mode; the card now uses its own --grc-card-radius so the rounding is preserved.