From 543015a36e61aedfa87c842db4f6b2e4cf751ce1 Mon Sep 17 00:00:00 2001 From: kuaifan Date: Sat, 1 Mar 2025 10:14:51 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=BD=AC=E5=8F=91=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=A1=A8=E6=83=85=E5=9B=9E=E5=BA=94=E9=83=A8?= =?UTF-8?q?=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/sass/pages/components/dialog-wrapper.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/sass/pages/components/dialog-wrapper.scss b/resources/assets/sass/pages/components/dialog-wrapper.scss index f11426d4f..6231c2d33 100644 --- a/resources/assets/sass/pages/components/dialog-wrapper.scss +++ b/resources/assets/sass/pages/components/dialog-wrapper.scss @@ -2288,6 +2288,10 @@ body:not(.window-touch) { } } } + + .dialog-emoji { + display: none; + } } .dialog-foot {