feat: change message font
This commit is contained in:
parent
3d801f1552
commit
764aadd234
@ -1,6 +1,7 @@
|
|||||||
.markdown {
|
.markdown {
|
||||||
color: #fff;
|
color: #f1f1f1;
|
||||||
font-size: 15px;
|
font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
|
||||||
|
font-size: 16px;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
user-select: text;
|
user-select: text;
|
||||||
|
|
||||||
|
|||||||
@ -147,7 +147,7 @@ const AssistantItem = styled.div`
|
|||||||
const AssistantName = styled.div`
|
const AssistantName = styled.div`
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: var(--color-text-1);
|
color: var(--color-text-1);
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 1;
|
-webkit-line-clamp: 1;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user