소스 검색

Update chat.module.scss

Clarence Dan 1 년 전
부모
커밋
16685ddb6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/components/chat.module.scss

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