mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-20 00:33:09 +09:00
🎨
This commit is contained in:
parent
e59488723e
commit
aec211b9c2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user