You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.