some more ui updates 2

This commit is contained in:
Harivansh Rathi 2024-12-08 16:10:34 -05:00
parent 7dda2e20d0
commit 002ab0ea98
3 changed files with 3 additions and 3 deletions

2
.env
View file

@ -2,7 +2,7 @@ VITE_SUPABASE_URL=https://nvatjthzedykhikmttot.supabase.co
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im52YXRqdGh6ZWR5a2hpa210dG90Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzM1OTYxOTMsImV4cCI6MjA0OTE3MjE5M30.u4euR8U-XxxvOdLFmWJD2yrd4E_MPMt_X1yqRrDTF2I VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Im52YXRqdGh6ZWR5a2hpa210dG90Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzM1OTYxOTMsImV4cCI6MjA0OTE3MjE5M30.u4euR8U-XxxvOdLFmWJD2yrd4E_MPMt_X1yqRrDTF2I
# N8N Configuration # N8N Configuration
VITE_N8N_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/chat-webhoo VITE_N8N_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/chat-webhook
VITE_N8N_UPLOAD_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/upload-webhook VITE_N8N_UPLOAD_WEBHOOK_URL=https://harivansh.app.n8n.cloud/webhook/upload-webhook
# Google Drive Configuration # Google Drive Configuration

View file

@ -60,6 +60,6 @@
@layer utilities { @layer utilities {
.gradient-text { .gradient-text {
@apply bg-clip-text text-transparent bg-gradient-to-r from-primary to-purple-400; @apply bg-clip-text text-transparent bg-gradient-to-r from-[#9333EA] to-[#A855F7];
} }
} }

View file

@ -235,7 +235,7 @@ export default function AskQuestion() {
</div> </div>
{/* Main Chat Container - Added pb-20 to create space at bottom */} {/* Main Chat Container - Added pb-20 to create space at bottom */}
<div className="flex-1 bg-background rounded-lg mx-4 flex flex-col min-h-0 pb-20"> <div className="flex-1 bg-background rounded-lg mx-4 flex flex-col min-h-0">
{/* Messages Container */} {/* Messages Container */}
<div className="flex-1 overflow-y-auto"> <div className="flex-1 overflow-y-auto">
{error && ( {error && (