SlimeVR / SlimeVR-Server

Server app for SlimeVR ecosystem
https://slimevr.dev
Apache License 2.0
609 stars 166 forks source link

Remove useLayout #1080

Closed loucass003 closed 1 week ago

loucass003 commented 2 weeks ago

This will remove the use of useLayout that was handling the size of most layouts with javascript. This was slow and also didnt work all the time when resizing the window. I removed that function and redid all the layouts with css only. I also slided in minor css tweaks for padding and alignments, mostly for mobile

Fixes #1067