diff options
author | Starscouts <starscouts@equestria.dev> | 2024-07-14 14:28:01 +0200 |
---|---|---|
committer | Starscouts <starscouts@equestria.dev> | 2024-07-14 14:28:01 +0200 |
commit | 361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2 (patch) | |
tree | f559784cd9a076c27fa6cd904641176efec89a6a /src/FaunerieApp.ts | |
parent | 1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f (diff) | |
download | faunerie-mane.tar.gz faunerie-mane.tar.bz2 faunerie-mane.zip |
Diffstat (limited to 'src/FaunerieApp.ts')
-rw-r--r--[-rwxr-xr-x] | src/FaunerieApp.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/FaunerieApp.ts b/src/FaunerieApp.ts index 6614d07..55f651b 100755..100644 --- a/src/FaunerieApp.ts +++ b/src/FaunerieApp.ts @@ -69,6 +69,10 @@ export class FaunerieApp { async loadApp() { if (this.dataStore.loaded) return; + if (process.platform === "win32") { + document.getElementById("filter-bar").style.paddingRight = "96px"; + } + document.getElementById("load").innerText = "Waiting for application..."; document.getElementById("progress").classList.remove("progress-bar-striped"); document.getElementById("progress").style.width = "0%"; |