mtmacdonald / docgen

A documentation tool
http://mtmacdonald.github.io/docgen
Other
45 stars 15 forks source link

Draft: New hamburger menu (mobile-friendly) #94

Closed mtmacdonald closed 6 months ago

mtmacdonald commented 6 months ago

Adding a new mobile-friendly hamburger menu. This is a CSS-only implementation loosely based on this.

Screenshot 2024-03-14 at 19 54 18 Screenshot 2024-03-14 at 19 54 31

Todo:

mtmacdonald commented 6 months ago

Unfortunately I had to abandon this approach - it worked well on Desktop but the quality on mobile just wasn't good enough. The "clever" CSS had too many side-effects (like not working if the content body had opacity applied).

Replacing it with PR95