Skip to content

Commit

Permalink
fix spacing of birdnet info
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Hawksley committed Apr 20, 2024
1 parent 2288930 commit db7fed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/displays/thirteen.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ div style="font-size: 1rem"
- if HomeAssistantHome.dryer_needs_attention?
i.fa-solid.fa-dryer-heat style="margin-right: 1rem; margin-bottom: 1rem"
- if Birdnet.healthy? && Birdnet.most_unusual_species_trailing_24h.present?
div style="margin-bottom: 1rem; margin-right: 1rem"
div style="display: inline-block; margin-bottom: 1rem; margin-right: 1rem"
i.fa-solid.fa-crow
=< Birdnet.most_unusual_species_trailing_24h["commonName"]
div style="clear: both; line-height: .7; margin-bottom: 1rem; padding-bottom: 1rem;"
Expand Down

0 comments on commit db7fed0

Please sign in to comment.