Update app container element
This commit is contained in:
parent
68094d2ee7
commit
167aebf6f5
@ -211,7 +211,7 @@
|
||||
<strong>LiveAtlas requires JavaScript to work.<br />Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
|
||||
<div id="mcmap" class="dynmap"></div>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -101,5 +101,5 @@ API.validateConfiguration().then((config) => {
|
||||
const app = createApp(App).use(store);
|
||||
|
||||
// app.config.performance = true;
|
||||
app.mount('#mcmap');
|
||||
app.mount('#app');
|
||||
});
|
||||
|
@ -193,11 +193,11 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
.dynmap {
|
||||
#app {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.dynmap .map .tile img, img {
|
||||
#app .map .tile img, img {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user