etiquette/frontends/etiquette_flask
Ethan Dalool 9b72b3dff0 Use CSS Grid on photo.html, resolve some Chrome/FF differences.
- In Firefox, the image under flex would be full-res height
  instead of staying screen height.
  In this new Grid-based layout the image is the correct size.
  Left toolbox still uses flex, no problems with it.
- Redid the classing of the photo_viewer and eliminated
  photo_img_holder so that all media types follow the same markup.
- Added a CSS variable for tracking narrow mode instead of relying
  on coincidental properties like flex settings.
2019-01-16 19:22:21 -08:00
..
backend Use a single constant for both areas of caching duration. 2019-01-13 14:47:13 -08:00
static Oops, fix broken bookmark editing api.js. 2019-01-13 14:58:23 -08:00
templates Use CSS Grid on photo.html, resolve some Chrome/FF differences. 2019-01-16 19:22:21 -08:00
tests Move site tests to the site frontend folder. 2017-11-12 01:14:02 -08:00
etiquette_flask_entrypoint.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
etiquette_flask_launch.py Rearrange imports so voussoirkit is right after lib imports. 2018-11-04 19:27:20 -08:00