Move knocker OUT badge to bottom-right on mobile portrait

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 19:49:43 -05:00
parent e2a90c0f34
commit e0641de449

View File

@ -5195,6 +5195,11 @@ body.mobile-portrait .opponent-area .card {
border-radius: 3px;
}
body.mobile-portrait .opponent-area .knocker-badge {
top: auto;
bottom: -10px;
}
body.mobile-portrait .opponent-showing {
font-size: 0.85rem;
padding: 0px 3px;