(feat:convBubble) minor adjustment

This commit is contained in:
ManishMadan2882
2025-02-28 03:42:34 +05:30
parent 3e65885e1f
commit ec6bcdff7e
3 changed files with 7 additions and 7 deletions

View File

@@ -294,7 +294,7 @@ export default function Conversation() {
return (
<div className="flex flex-col gap-1 h-full justify-end ">
{conversationId && queries.length > 0 && (
<div className="absolute top-4 right-20 z-10 ">
<div className="absolute top-4 right-20 z-10 ">
{' '}
<div className="flex mt-2 items-center gap-4 ">
{isMobile && queries.length > 0 && (