uee-life / uee.life.next

vue3 rebuild of uee.life
GNU General Public License v3.0
2 stars 0 forks source link

Update panels to reduce page shuffling. #61

Open CapnFlint opened 3 months ago

CapnFlint commented 3 months ago

Currently, everything starts small then resizes to fit content, which is good but it means everything gets pushed around the page in a slightly weird way sometimes as everything resizes and reflows.

Update it so the panel starts the correct size, but the border is separate and starts small before resizing to the content.