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

Buttons for switching are misplaced #14

Closed
remiverdel opened this issue Mar 9, 2022 · 13 comments
Closed

Buttons for switching are misplaced #14

remiverdel opened this issue Mar 9, 2022 · 13 comments

Comments

@remiverdel
Copy link

Hi,

On my screen with no other module active, the D, P and Edit buttons are completely misplaced preventing access.

I'm using the latest version of the module on V9

Here is a screen shot

Capture d’écran 2022-03-09 à 17 05 01

@KayelGee
Copy link
Owner

KayelGee commented Mar 9, 2022

Do you have any other modules active?

@remiverdel
Copy link
Author

remiverdel commented Mar 9, 2022 via email

@KayelGee
Copy link
Owner

KayelGee commented Mar 9, 2022

oh yeah I just noticed myself sorry...

@KayelGee
Copy link
Owner

KayelGee commented Mar 9, 2022

Which browser is this?

@remiverdel
Copy link
Author

remiverdel commented Mar 9, 2022 via email

@KayelGee
Copy link
Owner

Are you on a high dpi screen by any chance?

@remiverdel
Copy link
Author

remiverdel commented Mar 10, 2022 via email

@KayelGee
Copy link
Owner

Can you go into the devloper tools and select the <li class="control-concealer-top"> element so the style is shown on the right like on the following screenshot and make a screenshot how it looks on your end?
image

@remiverdel
Copy link
Author

remiverdel commented Mar 11, 2022 via email

@KayelGee
Copy link
Owner

I don't see anything. You probably need to attach the image directly in github

@remiverdel
Copy link
Author

My bad, here it is.
46855D3F-082A-4A19-88FC-00CEE1D01CF9

@KayelGee
Copy link
Owner

ok so your style.css is missing the whole "#controls ol.control-tools > li" part. Either your browser cached the style.css from a previous version of foundry or you manually edited(or it didn't update correctly) the style.css in FoundryVTT\resources\app\public\css.

I'd suggest you clear the cache or check if your style.css is correct in your install. Line 2470 should look like this:

#controls ol.control-tools > li {
  flex: none;
  width: 36px;
  height: 36px;
  margin: 0 0 10px 0;
  box-sizing: content-box;
  font-size: 24px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px var(--color-shadow-dark);
  color: var(--color-text-light-heading);
  text-align: center;
  border: 1px solid var(--color-border-dark);
  border-radius: 5px;
  cursor: pointer;
  pointer-events: all;
  display: inline-block;
  /* Toggled Buttons */
}

@remiverdel
Copy link
Author

remiverdel commented Mar 12, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants