mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
(feat:convBubble) minor adjustment
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user