mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-27 04:08:30 +00:00
style(feedback): always show toolbar buttons without hover
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e1cb78fecf
commit
20f64bbf4f
@ -63,7 +63,7 @@ export function MessageListItem({
|
||||
<MessageToolbar
|
||||
className={cn(
|
||||
isHuman ? "-bottom-9 justify-end" : "-bottom-8",
|
||||
"absolute right-0 left-0 z-20 opacity-0 transition-opacity delay-200 duration-300 group-hover/conversation-message:opacity-100",
|
||||
"absolute right-0 left-0 z-20",
|
||||
)}
|
||||
>
|
||||
<div className="flex gap-1">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user