From a88617b9fb2a6b8df1bffee7bf77ef88aa81fec0 Mon Sep 17 00:00:00 2001 From: likeaturtle Date: Sun, 22 Feb 2026 22:12:33 +0800 Subject: [PATCH] Fix: Add standard appearance property (missing for -webkit-appearance) to improve cross-browser compatibility. --- pkg/channels/websocket/chat.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/channels/websocket/chat.html b/pkg/channels/websocket/chat.html index 0becc0154..06e0c6104 100644 --- a/pkg/channels/websocket/chat.html +++ b/pkg/channels/websocket/chat.html @@ -525,6 +525,7 @@ max-height: 200px; /* 移动端输入优化 */ -webkit-appearance: none; + appearance: none; touch-action: manipulation; }