mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +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;
|
||||
transition: background-color 0.3s ease;
|
||||
padding: 0 20px;
|
||||
transform: translateZ(0);
|
||||
will-change: transform;
|
||||
&.message-highlight {
|
||||
background-color: var(--color-primary-mute);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user