Skip to content

Commit a8c84d9

Browse files
committed
style: should have transition-opacity here
1 parent baaf475 commit a8c84d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/frontend/app/components/chat/ChatSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)