1 parent 1f50d7d commit 1d0133fCopy full SHA for 1d0133f
1 file changed
components/chat/prompt-form.tsx
@@ -90,7 +90,7 @@ export const PromptForm = ({ append, status, setThreadId }: PromptProps) => {
90
<>
91
{isGuildPromptOpen ? (
92
<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">
+ <div className="relative w-full max-w-md rounded-lg border bg-background p-6 shadow-lg max-sm:mb-8 mb-24">
94
<button
95
type="button"
96
aria-label="Close join guild message"
0 commit comments