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%; } } }