Fixing the moon glyph if you are in the Southern Hemisphere #1830
timchurches
started this conversation in
General
Replies: 3 comments
-
After I upgraded and enabled the Moon overlay, and flipped it vertically and horizontally as required for our southern latitude, the moon glyph in the status area started to irritate me because it was back-to-front and upside-down. But fixable with the CSS above. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for noticing this. Merged #1835 which will automatically reverse the glyphs for the southern hemisphere. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Those of us who live under wonderful southern skies thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To flip the moon glyph vertically and horizontally so it is shown correctly for the Southern Hemisphere, in the Status Template (under the Admin tab in config), you can substitute this for the Moon Phase bit:
Phase: {moon_phase_str:s} <span style='display: inline-block; transform: scale(-1, -1);' data-bs-toggle="tooltip" data-bs-placement="right" title="{moon_phase:0.0f}%">{moon_glyph:s}</span>
Beta Was this translation helpful? Give feedback.
All reactions