fix: relieve text shaking while streaming

This commit is contained in:
one 2025-03-06 22:35:41 +08:00 committed by 亢奋猫
parent 2cf67b59d2
commit 0fdb2ed0ef

View File

@ -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);
}