UI-Lovelace-Minimalist/UI

Waste collection custom card does not display notification

AghilasMessara opened this issue · 0 comments

Describe the bug
Waste collection custom card notification display is broken. It has no style applied to it making it go to new row in the grid and not appear.

Checking the CSS style it show that it only has grid-area: notification;
Manually adding the CSS style for a notification fixes the display.

border-radius: 50%; position: absolute; left: 38px; top: 8px; height: 16px; width: 16px; border: 2px solid var(--card-background-color); font-size: 12px; line-height: 14px; background-color: rgba(var(--color-red),1); z-index: 1;

To Reproduce
Add a wast collection custom card with a sensor with a date for tomorrow or today.

Expected behavior
Should add a notification on the sensor icon.

Screenshots
image

after adding CSS style

image