From d827a0221bd8479cf7ba3a78d1af569b9603cc6b Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Tue, 31 May 2022 12:46:42 -0700 Subject: [PATCH] Fix arrangement Signed-off-by: James Ketrenos --- client/src/App.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/App.css b/client/src/App.css index f3be2d4..d2e13a1 100755 --- a/client/src/App.css +++ b/client/src/App.css @@ -98,7 +98,7 @@ body { display: flex; position: relative; height: 11rem; - z-index: 1000; + z-index: 10000; } .Table .Sidebar { @@ -197,8 +197,8 @@ body { display: flex; flex-direction: row; position: absolute; - left: calc(35vw - 5rem); - top: 1em; + left: 1rem; + top: 5rem; flex-wrap: wrap; justify-content: left; align-items: left; @@ -207,7 +207,7 @@ body { .Table .DiceRoll .Dice { margin: 0.25rem; - width: 1.75rem; - height: 1.75rem; - border-radius: 0.25rem; + width: 2.75rem; + height: 2.75rem; + border-radius: 0.5rem; } \ No newline at end of file