From fa2d9b6f912b48f4968f012bce5f14d225395a77 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 17 Jun 2023 01:34:20 -0400 Subject: [PATCH] layout changed --- client/css/main.css | 5 +++++ client/index.html | 3 ++- client/mapeditor.html | 2 +- client/src/editor.ts | 3 +-- client/src/main.ts | 7 ++++++- client/src/net/multiplayer.ts | 3 +-- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/client/css/main.css b/client/css/main.css index f8309de..26fab00 100644 --- a/client/css/main.css +++ b/client/css/main.css @@ -23,6 +23,11 @@ body { align-items: center; justify-content: center; position: absolute; + flex-direction: column; +} + +#mapeditor { + margin-top: 2rem; } .rotate90 { diff --git a/client/index.html b/client/index.html index 4d19ec0..5e76fbc 100644 --- a/client/index.html +++ b/client/index.html @@ -14,7 +14,8 @@ -
+ + -