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

Bug: Interface moves up, making it unusable #5

Closed
zarazandra opened this issue Nov 9, 2023 · 10 comments
Closed

Bug: Interface moves up, making it unusable #5

zarazandra opened this issue Nov 9, 2023 · 10 comments

Comments

@zarazandra
Copy link

zarazandra commented Nov 9, 2023

Hi there,

I love the theme, because it is so minimalistic.
Problem is: the whole game slips upward a bit, so that I can't use the menu for chat, actor, scenes etc - they're not reachable. Reloading helps, but as soon as someone rolls a dice OR clicks on the chat-icon top right, everything moves up.

normal:
image

After clicking the chat-symbol:
image

I have no clue, what causes this, but maybe you have?

I play with the TDE/DSA5-ruleset with no internal skin added.

@DarKDinDoN
Copy link
Owner

Hi,

I couldn't reproduce the issue with TDE/DSA5 and the internal skin disabled.

I can think of two possible issues here:

  • Another module is responsible for this issue. Please try to disable all modules except Theme: Glass.
    If you can't reproduce this issue will all other modules disabled, then one of the disabled module has a conflict with Theme: Glass. In this case, try to enable each module one by one until you find the conflicting module.
  • You have a specific layout with Theme: Glass, please provide your components configuration ("Hide interface components" window within Theme: Glass settings)

@zarazandra
Copy link
Author

zarazandra commented Nov 9, 2023

Hi there,

for the first point: have to check later/tomorrow, but I tried to manage to fix it with custom css; maybe that helps with the problem?

->

#interface {
	overflow: visible;
}

//Edit: managed to look right now. Taskbar (from theripper93) makes trouble.

for the second point:

image
image

@zarazandra
Copy link
Author

And, for another thing - to be honest, I didn't redo the changes to check, if it's vanilla, but maybe you can check this from your side;
I have found a thing inside the compendia.
The font color is set to black, on a dark background. I changed the font color inside the CSS-file of yours to white (didn't manage to do that with custom css).
image
Found here:
image
(class: create-button create-folder).

@DarKDinDoN
Copy link
Owner

Hi,

I'll check the "Taskbar" module compatibility later.

For the color in the compendiums, it seems that the TDE/DSA5 system adds CSS styles even tho the internal theme is deactivated.
Try this within Custom CSS:

.sidebar-tab .directory-list .directory-item h3 {
    color: inherit;
}

@DarKDinDoN
Copy link
Owner

Hi,

Regarding "TaskBar" module compatibility: I might be wrong here, but the module seems to be behind a paywall (patreon).
If not, can you provide me with the link to the module?

@zarazandra
Copy link
Author

zarazandra commented Nov 10, 2023 via email

@zarazandra
Copy link
Author

zarazandra commented Nov 10, 2023

I already got answer:

theripper93 — today at 14:35 Uhr
Any developer that needs one or more of my premium modules for compatibility\integration can DM me and i'll send them what they need free of charge 🙂

You can reach him via discord or patreon and, for sure, github under the same handle.

P.S.: Custom CSS worked like a charm! Thank you!

@DarKDinDoN
Copy link
Owner

DarKDinDoN commented Nov 10, 2023

Ok, TaskBar is installed and activated.
I still can't reproduce the issue. But it might be because I have a different configuration than your for TaskBar.

  • Can you send me your TaskBar module configuration
  • A screenshot of the entire FVTT application, so I can see how TaskBar is configured (e.g: buttons on the right of the TaskBar)

@zarazandra
Copy link
Author

sure thing:

image
image

@DarKDinDoN
Copy link
Owner

I believe this is fixed with: 1.6.2

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