From a16e24c705fd1f98caf4332b734ff9d616705f4f Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 21 Sep 2024 19:13:16 +0100 Subject: Updates to new visuals --- play.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index f70fc16..b92274d 100644 --- a/play.css +++ b/play.css @@ -4,12 +4,12 @@ header.your_turn { background-color: orange; } #role_Dem { background-color: hsl(210,30%,80%); } #role_Com { background-color: hsl(35,40%,80%); } #turn_info { background-color: white; } -.aside_events { +/*.aside_events { font-family: "Source Sans"; font-style: normal; font-size: 16px; line-height: 1.5; -} +}*/ #log { background-color: whitesmoke; } #log .h1 { font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; } @@ -115,7 +115,7 @@ header.your_turn { background-color: orange; } padding: 3px 1em; } -#events_panel, #played_card_panel { +#events_panel, #played_card_panel, #table_panel { min-width: 200px; width: auto; display: inline-block; @@ -123,6 +123,10 @@ header.your_turn { background-color: orange; } border-radius: 5px; } +#events { + display: flex; +} + #discard_panel { min-width: 200px; width: auto; @@ -420,6 +424,7 @@ left: 660px} .event-marker.aside { border: solid black 1.5px; + margin: 3px; } #turn_info { -- cgit v1.2.3