summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html20
1 files changed, 20 insertions, 0 deletions
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;