Skip to content

Commit

Permalink
fix: align buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Nov 10, 2024
1 parent f64bf7d commit d4b409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/conversation/Conversation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export default function Conversation() {
{conversationId && queries.length > 0 && (
<div className="absolute top-4 right-20 z-20 ">
{' '}
<div className="flex items-center gap-4 ">
<div className="flex mt-2 items-center gap-4 ">
{isMobile && queries.length > 0 && (
<button
title="Open New Chat"
Expand Down

0 comments on commit d4b409e

Please sign in to comment.