aboutsummaryrefslogtreecommitdiff
path: root/src/FaunerieApp.ts
diff options
context:
space:
mode:
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%";