diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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; |