vche / appdaemon_weatherentity

Appdaemon widget for displaying homeassistant weather entities in dashboards
GNU General Public License v3.0
11 stars 5 forks source link

Typo in base_weatherentity.html #11

Closed justme151 closed 1 year ago

justme151 commented 1 year ago

Hi thanks for your awesome work!

Your widget works like a charm but i just want to let you know that in line 152 in base_weatherentity.html the class="vertical-detaili has an extra 'i' at the end that leads to a slightly missalignment of the third weather forecast div because the padding of the vertical-detail css class is not applied.

https://github.com/vche/appdaemon_weatherentity/blob/1748dd943e1c9e4d626aaddb7b17e0ed04511377/base_weatherentity/base_weatherentity.html#L152

vche commented 1 year ago

oh, thanks ! Just pushed a commit to fix this, feel free to reopen if it doesn't fix it.