From 64251b8629fbe68427986e28decdcadd878f79c8 Mon Sep 17 00:00:00 2001 From: TypeTheory <104051227+TypeThe0ry@users.noreply.github.com> Date: Sat, 27 Jun 2026 18:49:04 +0800 Subject: [PATCH] Fix mobile chat visibility --- static/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5a23cab..e52a061 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2315,14 +2315,18 @@ button.btn-ghost { .player-photo { width: 60px; height: 60px; } .player-wrapper.player-self { bottom: 188px; } .msg-box { - bottom: 6px; + bottom: 76px; max-height: 34vh; width: 180px; left: auto; right: 8px; - display: none; + display: flex; + } + .room-playing .msg-box { + bottom: 6px; } .msg-box .msg-body { display: none; } + .msg-box:not(.collapsed) .msg-body { display: flex; } .msg-box.collapsed { width: 150px; } .guandan-board { top: 136px;