Move discard button below held card on mobile portrait

Position the button centered beneath the held card instead of to the
right side. Reset writing-mode to horizontal and add width:auto.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken
2026-02-22 18:39:33 -05:00
parent 4a5cfb68f1
commit 9866fb8e92
2 changed files with 17 additions and 6 deletions

View File

@@ -5191,7 +5191,8 @@ body.mobile-portrait #discard-btn {
position: fixed;
writing-mode: horizontal-tb;
text-orientation: initial;
padding: 8px 16px;
width: auto;
padding: 6px 18px;
font-size: 0.8rem;
border-radius: 8px;
}