forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #2655 from ClarenceDan/main
This commit is contained in:
commit
fbf6bc1979
@ -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: -8%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-message-status {
|
.chat-message-status {
|
||||||
|
@ -349,7 +349,7 @@ pre {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
border: var(--border-in-light);
|
border: var(--border-in-light);
|
||||||
box-shadow: var(--card-shadow);
|
box-shadow: var(--card-shadow);
|
||||||
border-radius: 10px;
|
border-radius: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.one-line {
|
.one-line {
|
||||||
|
Loading…
Reference in New Issue
Block a user