From d4b409e166ac42f5bc3f144e88686aa04fca6346 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 10 Nov 2024 18:46:26 +0000 Subject: [PATCH] fix: align buttons --- frontend/src/conversation/Conversation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index a8326da7..1754e680 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -218,7 +218,7 @@ export default function Conversation() { {conversationId && queries.length > 0 && (
{' '} -
+
{isMobile && queries.length > 0 && (