not-matthias / apollo

Modern and minimalistic blog theme.
https://not-matthias.github.io/apollo
MIT License
137 stars 80 forks source link

Fix navigation jumpiness on theme toggle click #31

Closed peterkos closed 1 year ago

peterkos commented 1 year ago

Background

Hello! I noticed a bit of jumpiness toggling between light/dark mode, and saw that some of the HTML could be cleaned up too.

Follows up on #26

Changes

Preview

Before After
not-matthias commented 1 year ago

That's quite smart with the href="#", didn't think of that. Thanks for the PR! :)

peterkos commented 1 year ago

Thanks!

Ah, noticed this after pushing updates to my blog: it'll put the # in the URL 😅 -- one alternative is to do href="javascript:void(0)" [src], would be a bit cleaner

not-matthias commented 1 year ago

Fixed!