From e3bdf40b135a5d74755981ac0a9786fad7ebd888 Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Thu, 13 Oct 2022 09:13:47 +0200 Subject: [PATCH] Improve layout of action bar --- Public/style.css | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/Public/style.css b/Public/style.css index f69fc95..b6b0506 100644 --- a/Public/style.css +++ b/Public/style.css @@ -8,7 +8,7 @@ --element-background: rgb(42, 42, 42); --element-border: rgb(27, 27, 27); --text-color: rgb(255,255,255); - --secondary-text-color: rgb(27, 27, 27); + --secondary-text-color: rgb(220, 220, 220); --card-color: rgb(255,255,255); --alert-color: rgb(255,0,0); --game-type-color: rgb(100, 100, 100); @@ -134,7 +134,7 @@ body { height: 40px; top: 5px; left: 10px; - display: none; + display: grid; grid-template-columns: 120px 140px; column-gap: 10px; align-items: center; @@ -227,24 +227,18 @@ body { margin-top: 10px; text-align: center; width: 100%; - height: 40px; -} - -#action-bar { - height: 40px; - margin-left: auto; - margin-right: auto; - display: inline-block; + margin-bottom: 50px; } .action-button { height: 100%; padding-left: 16px; padding-right: 16px; + margin-top: 2px; } #table-players { - display: none; + display: grid; margin-top: 10px; margin-left: auto; margin-right: auto; @@ -361,7 +355,7 @@ body { } #player-cards { - display: none; + display: grid; margin-left: auto; margin-right: auto; width: 923px;