diff --git a/quartz/components/scripts/explorer.inline.ts b/quartz/components/scripts/explorer.inline.ts index 089216ae8..248918a10 100644 --- a/quartz/components/scripts/explorer.inline.ts +++ b/quartz/components/scripts/explorer.inline.ts @@ -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 in this edge case. var explorer = document.querySelector(".explorer") diff --git a/quartz/components/styles/explorer.scss b/quartz/components/styles/explorer.scss index 1afe57a36..030de6f07 100644 --- a/quartz/components/styles/explorer.scss +++ b/quartz/components/styles/explorer.scss @@ -266,4 +266,4 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg { @media all and ($mobile) { overflow: hidden; } -} \ No newline at end of file +}