Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This factors out part of #169 into just the navbar at the top so that we can iterate step-by-step.
This PR does a general refactor of the page layout in order to try and make it a bit more modular, so that at a top-level it's clear where each thing is spaced it. It also uses this as an opportunity to refactor the top-level bar so that it takes up less whitespace, has its own div for the buttons, and shows itself if you scroll up from down on the page. Finally, this also re-implements the "sidebar popout" functionality we saw before where you can write notes in the margins.
Topbar notes
All of the top bar buttons (toggle sidebar + the interact buttons) live in their own div. This will hide itself on scroll down, and show itself on scroll up. This means you can re-show these buttons from anywhere on the page if you like. Just scroll up.
General layout notes
This shouldn't change the general look and feel of the page, but things should just feel a little bit tighter now. The biggest difference currently is that the screen width is much wider, not sure if we want to keep that or not. Finally, tags will now automatically be added as classes to code and markdown cells. Any tag will be added as a class with the structure
tag_{{ tagname }}
.