Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Over-doing the CSS #96

Open
1 of 3 tasks
ghost opened this issue Oct 22, 2019 · 1 comment
Open
1 of 3 tasks

Over-doing the CSS #96

ghost opened this issue Oct 22, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 22, 2019

Type of issue

  • Bug
  • Feature/Enhancement
  • Question

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.

@collinmesser
Copy link
Member

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant