jcrutchy / webdb

Framework for building low/no-code web-based database applications.
MIT License
5 stars 5 forks source link

inconsistent / non-fixed subform widths #46

Closed jcrutchy closed 4 years ago

jcrutchy commented 4 years ago

don't set width/height for border elements (outer/inner) because it seems to cause same glitch as for messenger app borders (creates 1px spaces randomly between inner/outer border)

not sure how subform widths are being set; doesn't appear to be any css or php code that does it. maybe check individual subform list files?

jcrutchy commented 4 years ago

testing with messenger layout, the 1px space issue seems to be dependent on the width of the parent. playing with the padding of a dummy container div (adjusting pixel at-a-time) results in the spacing issue appearing and then disappearing with each padding adjustment

jcrutchy commented 4 years ago

maybe try not to use a nested element inset border solution if its unreliable (maybe try an inside border blur instead)

jcrutchy commented 4 years ago

fixed