You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CSS needs to be updated to be more uniform and easier to work with. The <div id="app"> needs to be 100vh and 100vw always. The header needs to not have a fixed position, and the app needs to not have a margin: that way fewer calculations need to take place. This will also reduce the amount of CSS that needs to be sent to the frontend (making the page faster).
It will also help with the mobile view of the app, since hiding the overflow doesn't work very well.
The text was updated successfully, but these errors were encountered:
I'm definitely down for redoing any/all css. I've mostly just been focusing on functionality so the css has been whatever I could get to make it look halfway decent for the moment.
Type of issue
Description
The CSS needs to be updated to be more uniform and easier to work with. The
<div id="app">
needs to be 100vh and 100vw always. The header needs to not have a fixed position, and the app needs to not have a margin: that way fewer calculations need to take place. This will also reduce the amount of CSS that needs to be sent to the frontend (making the page faster).It will also help with the mobile view of the app, since hiding the overflow doesn't work very well.
The text was updated successfully, but these errors were encountered: