sdenec / tidy-ui_game-settings

formerly FVTT UII Game Settings
16 stars 6 forks source link

Search bar weird behavior #78

Closed brunocalado closed 2 years ago

brunocalado commented 2 years ago

image

image

r-valyar commented 2 years ago

I second that - all systems are impacts - PF2, D&D, clean installs.

bnp800 commented 2 years ago

same for pf1

winterwulf commented 2 years ago

I have fixed it adding this line in custom css module:

.tabs { flex: 0 !important; }

should fix it until the developer update the mod.

vt-tom commented 2 years ago

@winterwulf could you please explain which file you mean? the tidy-ui_game-settings.css?

winterwulf commented 2 years ago

@vt-tom I installed the mod called Custom CSS and just added those lines in its css config you access in-game.

Darkiller25 commented 2 years ago

Worked like a charm! Thanks!

Darkiller25 commented 2 years ago

@winterwulf Would you have a fix as well, by any chance for this one too?

image

winterwulf commented 2 years ago

@Darkiller25 send me a msg in discord (search my username in foundry discord)

sdenec commented 2 years ago

the blank space thin was implemented into the official css. Thnaks for sniffing it out!