mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 06:55:42 -05:00
oops format
This commit is contained in:
parent
9645f08702
commit
1fdba8878c
@ -52,7 +52,7 @@ function startLoading() {
|
|||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
loadingBar.style.width = "80%"
|
loadingBar.style.width = "80%"
|
||||||
}, 100);
|
}, 100)
|
||||||
}
|
}
|
||||||
|
|
||||||
let p: DOMParser
|
let p: DOMParser
|
||||||
|
|||||||
@ -588,7 +588,6 @@ iframe.pdf {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.navigation-progress {
|
.navigation-progress {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user