Synthetic sheet small layout adjustment
foundry 12.330 alien 3.2.1.
When activating the human panic option on synthetic sheets the conditions appears, but size of the field do not adjust causing overlapping's just a minor suggestion! amazing work!
I fix that using custom css
.Item8 { height: auto !important; }
.Item9 { height: auto !important; }
I thought I fix that in the last release. My laptop has died but will take a look asap.
It looks OK on my system. I have tested with Edge, Firefox and Chrome. Might be worth trying an uninstall/reinstall as i can only thing the css file was not updated correctly???
found the problem!
it is related to the font!
kosugi font
ocr
all fonts but ocr return the css style no fitting the given space
I hope that helps
Ah bugger. Well spotted. Thank you. I will check the fonts.
Slight nit-pick: when using the OCR-A font, I noticed that the buttons on the synthetic sheet's health wrap. I fixed it locally with this:
.alienrpg .crt .grid-synth { grid-template-columns: 25% 30% 45%; }
(Instead of the 25% 25% 50% that was there before).
Thanks for all of your awesome work. This is my favorite game system implementation for foundry by far. It's so feature rich and works with the system so well.
grid-synth changed included in next release. Thank you.