Merge branch 'Yidadaa:main' into main

This commit is contained in:
Hk-Gosuto
2023-08-20 23:11:08 +08:00
committed by GitHub
5 changed files with 45 additions and 37 deletions

View File

@@ -350,6 +350,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-checkmark {