mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 06:44:07 -06:00
Prettier code
This commit is contained in:
parent
092307d841
commit
58ab24881e
@ -286,7 +286,7 @@ document.addEventListener("nav", async (e: CustomEventMap["nav"]) => {
|
||||
}
|
||||
})
|
||||
|
||||
window.addEventListener("resize", function() {
|
||||
window.addEventListener("resize", function () {
|
||||
// Desktop explorer opens by default, and it stays open when the window is resized
|
||||
// to mobile screen size. Applies `no-scroll` to <html> in this edge case.
|
||||
var explorer = document.querySelector(".explorer")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user