Skip to content

Commit

Permalink
fix: logo icon briefly disappears and reappears during theme change
Browse files Browse the repository at this point in the history
Modify comments, links to issue 539

Co-authored-by: Kevin Cui <[email protected]>
  • Loading branch information
JasonFengGit and BlackHole1 authored Mar 27, 2024
1 parent 378a6ed commit d8faa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
font-weight: var(--ifm-font-weight-bold);
}

// avoid layout change during theme change
// fix https://github.com/electron/website/issues/539
.navbar__logo {
width: 2rem;
}

0 comments on commit d8faa41

Please sign in to comment.