We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2811cf3 commit 666c395Copy full SHA for 666c395
src/components/message-parts.tsx
@@ -213,7 +213,7 @@ export const UserMessagePart = memo(
213
)}
214
</div>
215
{isLast && (
216
- <div className="flex w-full justify-end opacity-0 group-hover/message:opacity-100 transition-opacity duration-300">
+ <div className="flex w-full justify-end md:opacity-0 group-hover/message:opacity-100 transition-opacity duration-300">
217
<Tooltip>
218
<TooltipTrigger asChild>
219
<Button
0 commit comments