gsimon2 / hide-player-ui

Foundry Virtual Tabletop module for hiding player control ui.
2 stars 3 forks source link

Fix sidebar being right aligned rather than evenly spaced #21

Closed nicholassaylor closed 1 year ago

nicholassaylor commented 2 years ago

Current behavior: Expanded sidebar tabs are right-aligned causing an ugly underhang effect

Expected behavior: Expanded sidebar tabs are evenly-spaced causing tabs to take up more space to prevent bunching the right corner

Current workaround: Using custom-css, the user can put the following css in to fix the issue: nav#sidebar-tabs.tabs { justify-content: space-evenly; }

Possible fix: Edit/override the stylesheet for foundry in order to correct the justification for the tabs in the sidebar

nicholassaylor commented 2 years ago

Fixed in pull request #22

gsimon2 commented 1 year ago

Thanks for submitting a PR for this fix. I apologize for the long delay, took most of the summer off.

This is included in the just released 1.5.1 version.