mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 23:12:38 +08:00
fix: relieve text shaking while streaming
This commit is contained in:
parent
70a0b5e9d0
commit
9a165ac9cd
@ -286,6 +286,8 @@ const MessageContainer = styled.div`
|
|||||||
position: relative;
|
position: relative;
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
transform: translateZ(0);
|
||||||
|
will-change: transform;
|
||||||
&.message-highlight {
|
&.message-highlight {
|
||||||
background-color: var(--color-primary-mute);
|
background-color: var(--color-primary-mute);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user