saif-ellafi / foundryvtt-minimal-ui

Foundry VTT Module. Configurable UI module, allows the user to hide, collapse or auto-hide components separately.
MIT License
13 stars 10 forks source link

BUG: FPS Counter repositioned too far to the left with no option to reposition. #113

Closed GambetTV closed 1 year ago

GambetTV commented 1 year ago

Hi, for some reason with your module enabled the FPS Counter has about a 300 pixel buffer between it and the chat window, whereas by default it is positioned directly next to the chat window. I don't know if this is intentional or not, but if you're intentionally moving it, I'd request that you at least provide an option to move it back.

GambetTV commented 1 year ago

I posted about this in November, but after the latest update it is still broken, and I think it might even be further to the center of the screen now.

And BTW, the fix is super easy, in minimalui.css you go to fpsposx and it's set to 300px for some reason. Dropping this to 0px fixes the problem. You do the same thing in minimalui.js to make sure it doesn't break itself when you collapse the side bar.

saif-ellafi commented 1 year ago

Fixed