I'm revising styles and such on the column-styles branch, here are some notes.
Main purpose is to make translation columns properly flexible. I used flexbox.
I also made bunches of tweaks to various styles.
Added avatar to header, we can implement this properly if it is easy!
The link is good, you should click it!
Made navigation look funky. Web design is too boring.
Proper sticky footer
Width of <section class="browse"> is not satisfactory. It is 600px, i.e. it uses magic number. It should be based on the width of the content, but that is not generated until later. If you center it without fixed width, it resizes when you open the navigation. It's fine for now, but we will get tripped up later when someone has a long name!
I'm revising styles and such on the column-styles branch, here are some notes.
<section class="browse">
is not satisfactory. It is 600px, i.e. it uses magic number. It should be based on the width of the content, but that is not generated until later. If you center it without fixed width, it resizes when you open the navigation. It's fine for now, but we will get tripped up later when someone has a long name!