From 756b4c410df948ee2871a522107e0fdcdfaa6e9a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 8 Dec 2023 18:35:26 +0100 Subject: Don't wrap battle lines. --- play.html | 69 ++++++++++++++++++++++++++++++--------------------------------- 1 file changed, 33 insertions(+), 36 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 74d5977..a83b122 100644 --- a/play.html +++ b/play.html @@ -26,23 +26,11 @@ main { box-shadow: inset 0 0 8px #0008; } -/* -main[data-scenario="1"] { - background-image: url("images/The_Battle_of_White_Mountain_(by_Peter_Snayers).jpg"); - background-size: cover; - background-position: center; +#player1, #player2 { + padding: 1px; } -main[data-scenario="5"] { - background-image: url(images/Malplaquet.jpg); - background-size: cover; - background-position: center; -} -*/ - -/* -#player1 div, #player2 div { outline: 1px dotted pink; } -*/ +.table { width: fit-content; margin: 0 auto; } .card, .card * { pointer-events: none; @@ -73,14 +61,20 @@ main[data-scenario="5"] { .table_reserve, .table_front, .table_pool { display: flex; justify-content: center; - flex-wrap: wrap; gap: 24px; + padding: 0 23px; +} + +.table_front { + min-height: 509px; } .table_reserve { - margin: 24px; + min-height: 1px; } +.table_reserve .slot_dice { display: none } + .slot_cubes { height: 87px; display: flex; @@ -122,8 +116,6 @@ main[data-scenario="5"] { align-content: start; } -.table_reserve .slot_dice { display: none } - .stick { width: 200px; height: 6px; @@ -303,27 +295,32 @@ main[data-scenario="5"] {
-
+
+ +
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
+ +
+
-- cgit v1.2.3