diff options
Diffstat (limited to 'src')
-rw-r--r--[-rwxr-xr-x] | src/FaunerieAI.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieActions.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieApp.ts | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieAppDisplay.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieDataStore.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieDerpibooru.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieLoader.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieSearch.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieSettings.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/FaunerieUtilities.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/index.ts | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | src/tsconfig.json | 0 |
12 files changed, 4 insertions, 0 deletions
diff --git a/src/FaunerieAI.ts b/src/FaunerieAI.ts index aa93cbb..aa93cbb 100755..100644 --- a/src/FaunerieAI.ts +++ b/src/FaunerieAI.ts diff --git a/src/FaunerieActions.ts b/src/FaunerieActions.ts index 853ac12..853ac12 100755..100644 --- a/src/FaunerieActions.ts +++ b/src/FaunerieActions.ts 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%"; diff --git a/src/FaunerieAppDisplay.ts b/src/FaunerieAppDisplay.ts index 66f592b..66f592b 100755..100644 --- a/src/FaunerieAppDisplay.ts +++ b/src/FaunerieAppDisplay.ts diff --git a/src/FaunerieDataStore.ts b/src/FaunerieDataStore.ts index 3506841..3506841 100755..100644 --- a/src/FaunerieDataStore.ts +++ b/src/FaunerieDataStore.ts diff --git a/src/FaunerieDerpibooru.ts b/src/FaunerieDerpibooru.ts index 84252f9..84252f9 100755..100644 --- a/src/FaunerieDerpibooru.ts +++ b/src/FaunerieDerpibooru.ts diff --git a/src/FaunerieLoader.ts b/src/FaunerieLoader.ts index 926ece6..926ece6 100755..100644 --- a/src/FaunerieLoader.ts +++ b/src/FaunerieLoader.ts diff --git a/src/FaunerieSearch.ts b/src/FaunerieSearch.ts index eb4db33..eb4db33 100755..100644 --- a/src/FaunerieSearch.ts +++ b/src/FaunerieSearch.ts diff --git a/src/FaunerieSettings.ts b/src/FaunerieSettings.ts index 74919ae..74919ae 100755..100644 --- a/src/FaunerieSettings.ts +++ b/src/FaunerieSettings.ts diff --git a/src/FaunerieUtilities.ts b/src/FaunerieUtilities.ts index 1c84300..1c84300 100755..100644 --- a/src/FaunerieUtilities.ts +++ b/src/FaunerieUtilities.ts diff --git a/src/index.ts b/src/index.ts index 5413d83..5413d83 100755..100644 --- a/src/index.ts +++ b/src/index.ts diff --git a/src/tsconfig.json b/src/tsconfig.json index e397c5f..e397c5f 100755..100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json |