vigoren / foundryvtt-simple-calendar

A simple calendar module for the FoundryVTT system
https://simplecalendar.info/
MIT License
47 stars 34 forks source link

[BUG] Misaligned symbols on compact mode calendar #580

Closed ZeroXNoxus closed 6 months ago

ZeroXNoxus commented 7 months ago

Describe the bug The icons displaying moon phases, seasons and close/popout are misaligned in the compact view: image

To Reproduce Steps to reproduce the behavior:

  1. Configure a calendar
  2. Double click on calendar to minimze
  3. Issue is reproduced

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Foundry Information

Browser (please complete the following information):

vigoren commented 6 months ago

Does this happen if Simple Calendar is the only module active?

I have not been able to reproduce the icons becoming misaligned

ZeroXNoxus commented 6 months ago

I have analyzed in my instance and I have found out that a certain module adds a pop-out button which can be toggled off to the calendar and sets the styling to "display: block;" which messes with the alignment in Simple Calendar.

Aditionally another module (mine) added a filter to the SC window, which caused the icon to slide out of position. Sorry for the wrong alert here, I have fixed this issue in my module and this should solve the issue.