From 167aebf6f52a8c3af33ee52c307733306d550128 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Tue, 18 May 2021 15:45:27 +0100 Subject: [PATCH] Update app container element --- index.html | 2 +- src/main.ts | 2 +- src/scss/style.scss | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 76a2438..4116d38 100644 --- a/index.html +++ b/index.html @@ -211,7 +211,7 @@ LiveAtlas requires JavaScript to work.
Please enable it to continue.
-
+
diff --git a/src/main.ts b/src/main.ts index a3a7d5f..a6854d4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -101,5 +101,5 @@ API.validateConfiguration().then((config) => { const app = createApp(App).use(store); // app.config.performance = true; - app.mount('#mcmap'); + app.mount('#app'); }); diff --git a/src/scss/style.scss b/src/scss/style.scss index 13a2636..40020d7 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -193,11 +193,11 @@ input { } } -.dynmap { +#app { height: 100%; } -.dynmap .map .tile img, img { +#app .map .tile img, img { image-rendering: pixelated; }