Skip to content

v1.03

Compare
Choose a tag to compare
@andreasjr andreasjr released this 04 Feb 22:26
· 20 commits to main since this release
cd99c2d

In general

  • No longer manually mini-fying stuff, the CDN I use can do that now.

CSS

  • Updated 2nd navbar module to be { f l e x i b l e }
  • Fixed bug where 2nd navbar would appear above main navbar on mobile
  • Fixed FB messenger icon z-index
  • Fixed gallery spacing on iOS
  • Updated margins in footer, anchor, and header when 2nd navbar is seen

JS

Added new pageModule... module...

  • This lets me set CSS classes from inside Notion. So hopefully this can lead to a more streamlined page loader, more modules (such as full-width gallery slideshows), and a standardized framework for myself!
  • The biggest part of this is being able to add a class name in notion (using !${"type": "menunav"}) and it applies it to the host object AND to the body. This means I can now, for example, affect the main navbar if the page has a secondary navbar.