We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf9fa9 commit faa6e7cCopy full SHA for faa6e7c
apps/code/src/renderer/features/sessions/components/session-update/UserMessage.tsx
@@ -112,7 +112,7 @@ export function UserMessage({
112
<span>View Slack thread</span>
113
</a>
114
)}
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">
+ <Box className="absolute top-1 right-1 flex items-center gap-2 opacity-0 transition-opacity group-hover/msg:opacity-100">
116
{timestamp != null && (
117
<span aria-hidden className="text-[11px] text-gray-10">
118
{formatTimestamp(timestamp)}
0 commit comments