From e0641de449551c5c84edc3de6c75bc61634aa4d2 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 19:49:43 -0500 Subject: [PATCH] Move knocker OUT badge to bottom-right on mobile portrait Co-Authored-By: Claude Opus 4.6 --- client/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/style.css b/client/style.css index 5383fc0..ceb3aa2 100644 --- a/client/style.css +++ b/client/style.css @@ -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;