nrmalone / dungeonviewer

Developing an alternative to roll20 & DND Beyond
MIT License
1 stars 0 forks source link

Having issues reliably displaying grid across different devices and window.innerHeight #6

Open nrmalone opened 2 months ago

nrmalone commented 2 months ago

https://github.com/nrmalone/dungeonviewer/blob/a498f8069e4a495efc76c3c8ea0c774d709bc7d1/app/views/campaignplay.php#L20

Need to come up with better system than current display:grid and grid-column-start/grid-row-start

nrmalone commented 2 months ago

Will attempt switch to CSS 'display: grid;' and associated selectors to enforce appropriate styling.