forked from XiaoMo/ChatGPT-Next-Web
Update chat.module.scss
Specify styles for iOS devices.
This commit is contained in:
parent
5a7ec38ecd
commit
e78b15b9f0
@ -349,6 +349,14 @@
|
|||||||
padding: 7px;
|
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: -10%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-message-status {
|
.chat-message-status {
|
||||||
|
Loading…
Reference in New Issue
Block a user