Skip to content

Commit 1d0133f

Browse files
committed
fix banner position
1 parent 1f50d7d commit 1d0133f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/chat/prompt-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export const PromptForm = ({ append, status, setThreadId }: PromptProps) => {
9090
<>
9191
{isGuildPromptOpen ? (
9292
<div className="fixed inset-0 z-50 flex items-center justify-center bg-background/80 backdrop-blur-sm px-4">
93-
<div className="relative w-full max-w-md rounded-lg border bg-background p-6 shadow-lg">
93+
<div className="relative w-full max-w-md rounded-lg border bg-background p-6 shadow-lg max-sm:mb-8 mb-24">
9494
<button
9595
type="button"
9696
aria-label="Close join guild message"

0 commit comments

Comments
 (0)