From 16685ddb6c49099eeee718c5abe96c256427eb90 Mon Sep 17 00:00:00 2001 From: Clarence Dan Date: Fri, 18 Aug 2023 17:21:58 +0800 Subject: [PATCH] Update chat.module.scss --- app/components/chat.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index 77b6ae1a..16790ccb 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -353,7 +353,7 @@ @media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) { @supports (-webkit-touch-callout: none) { .chat-message-edit { - top: -10%; + top: -8%; } } }