File tree Expand file tree Collapse file tree
apps/frontend/app/components/chat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ const [DefineThreadLiItem, ReuseThreadLiItem] = createReusableTemplate<{ thread:
208208 class =" right-0 top-0 h-full flex translate-x-[calc(100%+1rem)] items-center gap-1 bg-[hsl(var(--BGCOLOR))] px-2 pr-1 transition-transform will-change-transform absolute! group-hover/thread:translate-x-0"
209209 @click.stop.prevent
210210 >
211- <div class =" pointer-events-none absolute bottom-0 right-[100%] top-0 h-12 w-8 from-[hsl(var(--BGCOLOR))] to-transparent bg-gradient-to-l opacity-0 group-hover/thread:opacity-100" />
211+ <div class =" pointer-events-none absolute bottom-0 right-[100%] top-0 h-12 w-8 from-[hsl(var(--BGCOLOR))] to-transparent bg-gradient-to-l opacity-0 transition-opacity group-hover/thread:opacity-100" />
212212 <Tooltip >
213213 <TooltipTrigger as-child >
214214 <Button
You can’t perform that action at this time.
0 commit comments