amaximus / garbage-collection-card

Custom Lovelace card for Garbage Collection custom component
MIT License
127 stars 24 forks source link

[BUG] Title not centrally aligned when date and days are hidden #89

Closed kalhimeo closed 2 years ago

kalhimeo commented 2 years ago

Describe the bug When using the card configuration to hide the date and days, the title is not aligned properly in the center of the card (vertically)

To Reproduce

type: custom:garbage-collection-card
entity: sensor.trash_normal
hide_date: true
hide_days: true

Expected behavior The title should be centered vertically just like the icon

Screenshots image

Environment (please complete the following information):

amaximus commented 2 years ago

@kalhimeo Thanks for reporting the issue.

Fixed in version 1.20.1 released just now.

Please update the card and get back to me with results.

kalhimeo commented 2 years ago

looks very good, thank you for the fast fix

image