Genii-Locorum / brp

Foundry VTT implementation for Basic Role Playing
Other
14 stars 2 forks source link

[BUG] Skills Look Wonky #35

Open Cosmic-Lattee opened 1 day ago

Cosmic-Lattee commented 1 day ago

Hello!

image

Skills are now going all the way to the bottom of the page. You can still click on them so it is mostly a visual thing.

Genii-Locorum commented 1 day ago

Thanks - this will be fixed in next release (this may take a bit as there's a couple of big things I'm working on).

However short term fix is to change row 332 in brp.css (.brp .bottom-panel) to height: calc(100% - 330px);