Skip to content

Commit 666c395

Browse files
authored
fix: text message part inline buttons is not visible on mobile (cgoinglove#334)
fixes cgoinglove#333
1 parent 2811cf3 commit 666c395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/message-parts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const UserMessagePart = memo(
213213
)}
214214
</div>
215215
{isLast && (
216-
<div className="flex w-full justify-end opacity-0 group-hover/message:opacity-100 transition-opacity duration-300">
216+
<div className="flex w-full justify-end md:opacity-0 group-hover/message:opacity-100 transition-opacity duration-300">
217217
<Tooltip>
218218
<TooltipTrigger asChild>
219219
<Button

0 commit comments

Comments
 (0)