Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"remark-gfm": "4.0.1",
"server-only": "^0.0.1",
"shiki": "1.27.0",
"sonner": "2.0.6",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/src/app/chat/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const queryClient = new QueryClient();
export default function ChatPage() {
return (
<QueryClientProvider client={queryClient}>
<div className="m-auto flex h-[calc(100vh-4rem)] w-full flex-col overflow-hidden lg:size-[calc(100vh-8rem)]">
<div className="flex h-[calc(100vh-65px)] flex-col overflow-hidden lg:h-[calc(100vh-102px)]">
<Chat />
</div>
</QueryClientProvider>
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function RootLayout({
enableSystem={false}
>
<NextTopLoader
color="hsl(var(--link-foreground))"
color="hsl(var(--foreground))"
height={2}
shadow={false}
showSpinner={false}
Expand Down
Loading
Loading