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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user