From 9c120ee842c6beaba7a5662becd17c480532d407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B0=8F=E7=99=BD=E5=93=A6?= Date: Mon, 27 Jul 2026 16:56:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=E3=80=8Cless=E3=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- less/forum.less | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 less/forum.less diff --git a/less/forum.less b/less/forum.less new file mode 100644 index 0000000..fe2d891 --- /dev/null +++ b/less/forum.less @@ -0,0 +1,9 @@ +.SignUpModal { + .Form-group:has(> input[type="email"]) { + display: none !important + } + + input[type="email"] { + display: none !important + } +} \ No newline at end of file