Add top padding to table-center on mobile portrait for held card clearance
Increase top padding from 5px to 20px so the deck/discard sit lower, giving the held card more breathing room from the opponents row above. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3414bfad1a
commit
e9692de6c6
@ -5145,7 +5145,7 @@ body.mobile-portrait .opponent-showing {
|
||||
|
||||
/* --- Mobile: Deck/Discard area centered --- */
|
||||
body.mobile-portrait .table-center {
|
||||
padding: 5px 10px;
|
||||
padding: 20px 10px 5px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user