From 4c23f2b4a9ef045509d36f6cb6afe4c548ddf2cb Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 17:16:32 -0500 Subject: [PATCH] Increase mobile portrait opponent row gap to 9px Co-Authored-By: Claude Opus 4.6 --- client/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index c0eff62..7ad4a9c 100644 --- a/client/style.css +++ b/client/style.css @@ -5052,7 +5052,7 @@ body.mobile-portrait .opponents-row { flex-wrap: wrap; justify-content: center; align-items: flex-start; - gap: 4px 10px; + gap: 9px 10px; min-height: 0 !important; padding: 2px 4px 6px; overflow: visible;