mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-23 08:29:17 +08:00
feat: ui fixed
This commit is contained in:
@@ -180,7 +180,7 @@ export default function ChatMessagePanel(props: ChatMessagePanelProps) {
|
||||
)}
|
||||
</div>
|
||||
<div
|
||||
className={`group relative flex-1 flex ${
|
||||
className={`group relative flex flex ${
|
||||
isUser ? "flex-row-reverse" : ""
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user