mouse0270 / fantasy-rpg-ui

Other
6 stars 1 forks source link

Close Button is Stretched to the bottom of windows #23

Open Kallaide opened 1 year ago

Kallaide commented 1 year ago

Here's a screen grab of one of the windows with the stretched Close button. Not sure what's causing this, was hoping you might know. Screenshot 2022-11-17 203250

mouse0270 commented 1 year ago

Can you open the console and inspect the close button and send me a screenshot of the css affecting this, or could you send me a list of your active modules and the system you are using?

Kallaide commented 1 year ago

Absolutely, I'll add those in a minute

Kallaide commented 1 year ago

Screenshot 2022-11-18 201037

Here's the console info for the header-button close

Kallaide commented 1 year ago

At first I thought it was Big Picture Mode from Module Management+ but I disabled that with no change after a forced refresh.

mouse0270 commented 1 year ago

Sorry, I might have described that poorly. What I would like you to do is to show me the styles part of the console. It should like this: Make sure you are selected on the close but in the elements of the dev tools. image

Otherwise, share your list of active modules. MM+ Should let you get a list of those to paste in here.

Kallaide commented 1 year ago

Found it

Kallaide commented 1 year ago

html .app.window-app:not(.dialog):not(.sheet-config):not(.folder-edit):not(.simple-calendar) .window-header a.header-button.pin ~ a.header-button.close { -webkit-transform: translate(-73px, 15px) !important; transform: translate(-73px, 15px) !important; z-index: -3 !important; width: 35px; height: 35px; }

If I add the width and height to that CSS it fixed the issue

Kallaide commented 1 year ago

module-window-controls.css

mouse0270 commented 1 year ago

Alright than, I can take a look at it tomorrow and fix it.

Kallaide commented 1 year ago

Awesome!