worldanvil / wa-calendar-issue-tracker

1 stars 0 forks source link

Calendar - Moon Phases Issue #5

Open cyberianfrontier opened 3 years ago

cyberianfrontier commented 3 years ago

World Anvil Username: Buzzard

World / Campaign / RPG Character / Manuscript Title: Eastern Urik

Feature: Calendars, Celestial Objects

Related URLS (To public & visible pages add screenshots otherwise):

Describe the Issue I have a calendar in my world (Common Calendar) that has 2 moons defined via the Celestial Objects feature. The progression of lunar phases looks to be a little off. Instead of progressing through the phases defined, the moon phases are progressing half-way from new moon to full moon and then "turning around" instead of continuing the remaining phases. So waning gibbous moon is showing as the waxing gibbous moon, waning quarter renders as waxing quarter, etc.. Screenshot with highlighted waxing and waning quarter moons showing the same phase: Screenshot 2021-03-28 101152

To Reproduce

Expected behavior Expected the lunar phases to progress according to the phases displayed in Object Phases: Screenshot 2021-03-28 101142

Screenshots If applicable, add screenshots to help explain your problem. You can add screenshots by drag & drop into this window!

cyberianfrontier commented 3 years ago

I found a CSS fix for this issue:

.user-css-calendar button[class*=Waning-] .moon { transform: rotate(180deg); }