1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-20 00:33:09 +09:00
This commit is contained in:
NoriDev 2024-01-08 18:39:24 +09:00
parent e59488723e
commit aec211b9c2

View File

@ -131,7 +131,7 @@ function isMe(message): boolean {
}
.text {
display: block;
display: -webkit-box;
margin: 0 0 0 0;
padding: 0;
overflow: hidden;
@ -139,6 +139,8 @@ function isMe(message): boolean {
line-height: 1.35;
max-height: 4.05em;
color: var(--faceText);
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.me {