Prettier code

This commit is contained in:
Stephen Tse 2025-03-31 23:34:22 -07:00
parent 092307d841
commit 58ab24881e
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -266,4 +266,4 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
@media all and ($mobile) {
overflow: hidden;
}
}
}