From 313f259b06eaf1363b5b59186c8879860f6545ee Mon Sep 17 00:00:00 2001 From: DDMeaqua Date: Sat, 12 Oct 2024 17:08:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/home.module.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index b31334568..d5b7d2996 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -209,6 +209,11 @@ transition: all ease 0.3s; opacity: 0; cursor: pointer; + + @media only screen and (max-width: 600px) { + transform: translateX(-4px); + opacity: 0.5; + } } .chat-item:hover > .chat-item-delete {