electron / website

:electron: The Electron website
https://electronjs.org
Apache License 2.0
117 stars 125 forks source link

fix: logo icon briefly disappears and reappears during theme change #543

Closed JasonFengGit closed 7 months ago

JasonFengGit commented 7 months ago

Fix https://github.com/electron/website/issues/539.

Current Behavior: the logo still blinks sometimes when changing theme, but the layout would not be messed up. This is the same behavior as https://docusaurus.io/docs

Built and tested on my local environment (windows, chrome) with different window sizes.

Related: https://github.com/facebook/docusaurus/issues/8188

JasonFengGit commented 7 months ago

Hi @BlackHole1, I have applied the requested changes. Thank you so much for the suggestions!