Skip to content

Commit faa6e7c

Browse files
authored
revert message hover animation (#1423)
1 parent fdf9fa9 commit faa6e7c

File tree

1 file changed

+1
-1
lines changed
  • apps/code/src/renderer/features/sessions/components/session-update

1 file changed

+1
-1
lines changed

apps/code/src/renderer/features/sessions/components/session-update/UserMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function UserMessage({
112112
<span>View Slack thread</span>
113113
</a>
114114
)}
115-
<Box className="flex h-0 items-center justify-end gap-2 overflow-hidden opacity-0 transition-all group-hover/msg:mt-1 group-hover/msg:h-5 group-hover/msg:opacity-100">
115+
<Box className="absolute top-1 right-1 flex items-center gap-2 opacity-0 transition-opacity group-hover/msg:opacity-100">
116116
{timestamp != null && (
117117
<span aria-hidden className="text-[11px] text-gray-10">
118118
{formatTimestamp(timestamp)}

0 commit comments

Comments
 (0)