sdenec / tidy-ui_game-settings

formerly FVTT UII Game Settings
16 stars 6 forks source link

Tabs broken in last Foundry update 9.245 #77

Closed Stefouch closed 2 years ago

Stefouch commented 2 years ago

The new Foundry 9.245 just broke the tabs with this module (see screenshot below)

No issue if Tidy UI is disabled.

Tested with Tidy UI last version (and no other module activated).

The issue was not in Foundry 9.242

image

Stefouch commented 2 years ago

And might be related to https://gitlab.com/foundrynet/foundryvtt/-/issues/6615

Stefouch commented 2 years ago

I found the change in styles.css : (left 9.245; right 9.242) This one if for the sheet tabs, but there are similar changes for settings dialogs. image

Edit: files are inverted. Red is addition

jeremyregnerus commented 2 years ago

Is there a temporary fix for this?

Rapunzel77 commented 2 years ago

Issue #78 suggests to add this .tabs { flex: 0 !important; } to the custom css mod. And it worked for me

sdenec commented 2 years ago

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