diff --git a/css/index.css b/css/index.css index 66351d7..9f3dafc 100644 --- a/css/index.css +++ b/css/index.css @@ -82,7 +82,9 @@ body { max-height: 0; overflow-y: clip; overflow-x: visible; - transition: max-height 0.2s ease-out, height 0s ease-out; + transition: + max-height 0.2s ease-out, + height 0s ease-out; } .menu-container { diff --git a/index.html b/index.html index 766ebc5..33471e0 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +
diff --git a/js/ui/tool/dream.js b/js/ui/tool/dream.js index 72d4c68..a337e07 100644 --- a/js/ui/tool/dream.js +++ b/js/ui/tool/dream.js @@ -62,9 +62,12 @@ const _monitorProgress = (bb, oncheck = null) => { } const timeSpent = performance.now() - init; - setTimeout(() => { - if (running) _checkProgress(); - }, Math.max(0, minDelay - timeSpent)); + setTimeout( + () => { + if (running) _checkProgress(); + }, + Math.max(0, minDelay - timeSpent) + ); }; _checkProgress(); diff --git a/pages/configuration.html b/pages/configuration.html index 6590c04..7e9b990 100644 --- a/pages/configuration.html +++ b/pages/configuration.html @@ -1,4 +1,4 @@ - +