TheLastScrub / delta-green-foundry-vtt-system-unofficial

A Foundry VTT game system for Delta Green: The RPG! This is a fan made work that is unaffiliated with Shane Ivey or Arc Dream Publishing, published under the Delta Green Community license. http://www.delta-green.com https://foundryvtt.com/
MIT License
25 stars 23 forks source link

NPC & Unnatural actor sheet skill display #118

Open rnadams2 opened 1 month ago

rnadams2 commented 1 month ago

I found a small glitch in the display of skills on the NPC and Unnatural actor sheets. When "Sort Skills by Column" is selected in the settings and "Show Untrained" is toggled off, the sheet displays the skills in a single column instead of three.

bandicam 2024-06-08 14-51-36-204

TheLastScrub commented 3 weeks ago

I think this one will probably be a tougher fix as far as I understand how the CSS grid lays things out. Kind of think we'd need to programmatically take control of the sort order rather than relying on the grid template like we do now. What do you think @jalensailin?

jalensailin commented 2 weeks ago

This is actually the expected behavior (not saying whether it's desired behavior, but at least not a glitch). CSS can be real tough and I could not figure out a way to keep it a single column, so for now this will probably just be how it is