Lower held card position and add opponent row padding on mobile

Reduce held card overlap offset from 0.35 to 0.15 on mobile portrait
so it doesn't cover the second row of opponents. Increase bottom
padding on opponents row from 6px to 12px for more breathing room.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-02-22 18:10:11 -05:00
parent 932e9ca4ef
commit ecad259db2
2 changed files with 4 additions and 2 deletions

View File

@@ -5071,7 +5071,7 @@ body.mobile-portrait .opponents-row {
align-items: flex-start;
gap: 9px 10px;
min-height: 0 !important;
padding: 2px 4px 6px;
padding: 2px 4px 12px;
overflow: visible;
flex-shrink: 0;
}