From 670f1d1420346a664672c7c5fcaa1637f6bc4de1 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Mon, 11 Apr 2022 15:34:42 +0200 Subject: [PATCH] Update style.css --- ND_Core/source/ui/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ND_Core/source/ui/style.css b/ND_Core/source/ui/style.css index 789b0f1..ff9820f 100644 --- a/ND_Core/source/ui/style.css +++ b/ND_Core/source/ui/style.css @@ -103,6 +103,7 @@ body { border: none; border-radius: 0.5vh; transition: 0.3s; + white-space: nowrap; } .createdButtonEdit { @@ -139,8 +140,7 @@ body { .characterMenu { height: 60%; width: 50vw; - margin-top: 15vh; - margin-left: 40vw; + margin: auto 0 auto 40vw; background-color: rgba(2, 2, 2, 0.911); border-radius: 3vh; } @@ -243,8 +243,7 @@ body { .spawnMenu { height: 39%; width: 40vw; - margin-top: 15vh; - margin-left: 40vw; + margin: auto 0 auto 40vw; background-color: rgba(2, 2, 2, 0.911); border-radius: 3vh; }