diff --git a/client/index.html b/client/index.html index e238279..07495e0 100644 --- a/client/index.html +++ b/client/index.html @@ -328,18 +328,24 @@ Holding -
-
-
- +
+ DRAW +
+
+
+ DISCARD +
+
+ +
+ + + + +
- - - - -
diff --git a/client/style.css b/client/style.css index 69833ad..c70fc62 100644 --- a/client/style.css +++ b/client/style.css @@ -1124,6 +1124,20 @@ input::placeholder { align-items: flex-start; } +.pile-wrapper { + display: flex; + flex-direction: column; + align-items: center; +} + +.pile-label { + font-size: 0.55rem; + font-weight: 700; + letter-spacing: 0.1em; + color: rgba(255, 255, 255, 0.4); + margin-bottom: 3px; +} + /* Gentle pulse when it's your turn to draw - handled by anime.js */ /* The .your-turn-to-draw class triggers anime.js startTurnPulse() */ @@ -5154,7 +5168,7 @@ body.mobile-portrait .deck-area { align-items: flex-start; } -body.mobile-portrait .deck-area > .card, +body.mobile-portrait .deck-area .card, body.mobile-portrait #deck, body.mobile-portrait #discard { width: 64px !important; @@ -5482,7 +5496,7 @@ body.mobile-portrait .ss-next-btn { padding: 3px 8px; } - body.mobile-portrait .deck-area > .card, + body.mobile-portrait .deck-area .card, body.mobile-portrait #deck, body.mobile-portrait #discard { width: 60px !important;