From b83115ce40d88c789fbbd5a891057e14d4cf553b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 15 Dec 2023 02:58:17 +0100 Subject: stick shift special --- play.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index acdb235..86f9599 100644 --- a/play.html +++ b/play.html @@ -92,10 +92,15 @@ main { .table_reserve, .table_front, .table_pool { display: flex; justify-content: center; + align-items: start; gap: 24px; padding: 0 23px; } +.flip .table_reserve, .flip .table_front { + align-items: end; +} + .table_front { min-height: 509px; } @@ -135,6 +140,21 @@ main { margin: 12px; } +.slot_shift { + min-height: 11px; + display: flex; + flex-direction: column; + justify-content: end; + align-content: center; + flex-wrap: wrap; + gap: 1px; + margin: 12px; +} + +.slot_shift:empty { + display: none; +} + .slot_dice { display: flex; height: 36px; -- cgit v1.2.3