dduuukk / dduuukk.github.io

0 stars 0 forks source link

Finalize Navbar and Menu #6

Open dduuukk opened 3 months ago

dduuukk commented 3 months ago

Fix the current issues for the navbar and menu issues:

  1. Blur not effecting images or background, but does effect the rest of anything behind on menu open
  2. White highlight shadow is cut off on the left side (maybe due to wrapping? investigate)
  3. Navbar icon links to welcome.html but does not highlight properly
  4. Change the burger to highlight white
    • Currently burger highlight is based on opacity due to the burger CSS. This should be changed to highlight the same color as the rest of the text
  5. Fix flickering of text at max blur
dduuukk commented 3 months ago

Background not blurring was fixed by making a custom div which stores all page content.

TODO:

  1. Make sure the main-content container is available on the master CSS
  2. Make sure the master main-content container does not stop overflow by default
  3. Fix the container support dynamic image heights