aboutsummaryrefslogtreecommitdiff
path: root/src/FaunerieApp.ts
diff options
context:
space:
mode:
authorStarscouts <starscouts@equestria.dev>2024-07-14 14:28:01 +0200
committerStarscouts <starscouts@equestria.dev>2024-07-14 14:28:01 +0200
commit361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2 (patch)
treef559784cd9a076c27fa6cd904641176efec89a6a /src/FaunerieApp.ts
parent1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f (diff)
downloadfaunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.tar.gz
faunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.tar.bz2
faunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.zip
Fixes for WindowsHEADmane
Diffstat (limited to 'src/FaunerieApp.ts')
-rw-r--r--[-rwxr-xr-x]src/FaunerieApp.ts4
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%";