Config chat share (#4700)

Config chat share
This commit is contained in:
so95
2025-02-07 09:35:49 +07:00
committed by GitHub
parent 4150805073
commit 44d798d8f0
7 changed files with 41 additions and 21 deletions

View File

@ -17,7 +17,7 @@
.chunkText();
padding: 0 14px;
background-color: rgba(249, 250, 251, 1);
word-break: break-all;
word-break: break-word;
}
.messageTextBase() {
padding: 6px 10px;
@ -30,20 +30,20 @@
.chunkText();
.messageTextBase();
background-color: #e6f4ff;
word-break: break-all;
word-break: break-word;
}
.messageTextDark {
.chunkText();
.messageTextBase();
background-color: #1668dc;
word-break: break-all;
word-break: break-word;
}
.messageUserText {
.chunkText();
.messageTextBase();
background-color: rgba(255, 255, 255, 0.3);
word-break: break-all;
word-break: break-word;
text-align: justify;
}
.messageEmpty {