mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -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
|
// 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.
|
// to mobile screen size. Applies `no-scroll` to <html> in this edge case.
|
||||||
var explorer = document.querySelector(".explorer")
|
var explorer = document.querySelector(".explorer")
|
||||||
|
|||||||
@ -266,4 +266,4 @@ li:has(> .folder-outer:not(.open)) > .folder-container > svg {
|
|||||||
@media all and ($mobile) {
|
@media all and ($mobile) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user