Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar - Moon Phases Issue #5

Open
cyberianfrontier opened this issue Mar 28, 2021 · 1 comment
Open

Calendar - Moon Phases Issue #5

cyberianfrontier opened this issue Mar 28, 2021 · 1 comment
Labels
Type: Visual Issue with the visual display of the calendar.

Comments

@cyberianfrontier
Copy link

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!

@Kordishal Kordishal transferred this issue from another repository Mar 28, 2021
@Kordishal Kordishal added Type: Duplicate This issue already exists. Type: Visual Issue with the visual display of the calendar. and removed Type: Duplicate This issue already exists. labels Mar 28, 2021
@cyberianfrontier
Copy link
Author

I found a CSS fix for this issue:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Visual Issue with the visual display of the calendar.
Projects
None yet
Development

No branches or pull requests

2 participants