diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index d407d28e4..16790ccb1 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -349,6 +349,14 @@ padding: 7px; } } + /* Specific styles for iOS devices */ + @media screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) { + @supports (-webkit-touch-callout: none) { + .chat-message-edit { + top: -8%; + } + } + } } .chat-message-status { diff --git a/app/styles/globals.scss b/app/styles/globals.scss index beb30d782..def28680c 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -349,7 +349,7 @@ pre { justify-content: center; border: var(--border-in-light); box-shadow: var(--card-shadow); - border-radius: 10px; + border-radius: 11px; } .one-line {