Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#2655 from ClarenceDan/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Aug 19, 2023
2 parents 50eb7a5 + 3aeb2c1 commit fbf6bc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/components/chat.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion app/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fbf6bc1

Please sign in to comment.