diff --git a/client/css/editor.css b/client/css/editor.css index 51c7571..23486da 100644 --- a/client/css/editor.css +++ b/client/css/editor.css @@ -11,10 +11,13 @@ canvas { padding: 1rem; } -#mapgen { +#mapgen, #mapload { display: flex; flex-direction: column; - position: absolute; +} + +#mapload { + margin-top: 3rem; } #export { diff --git a/client/css/main.css b/client/css/main.css index 26fab00..e40cbff 100644 --- a/client/css/main.css +++ b/client/css/main.css @@ -19,10 +19,16 @@ body { #center { width: 100vw; height: 100vh; - display: flex; + position: absolute; +} + +#center-inner { + width: 100%; + height: 100%; + position: relative; align-items: center; justify-content: center; - position: absolute; + display: flex; flex-direction: column; } diff --git a/client/img/atlas.png b/client/img/atlas.png index 135b960..b01108c 100644 Binary files a/client/img/atlas.png and b/client/img/atlas.png differ diff --git a/client/index.html b/client/index.html index 251c33d..3145ab0 100644 --- a/client/index.html +++ b/client/index.html @@ -8,16 +8,18 @@
-
- - - -
- - diff --git a/client/mapeditor.html b/client/mapeditor.html index 6fbb158..ed63190 100644 --- a/client/mapeditor.html +++ b/client/mapeditor.html @@ -10,20 +10,27 @@
-
- - - -
-