Skip to content

Commit

Permalink
fix right bar gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealnamdy committed Feb 29, 2024
1 parent 0acc20c commit 3681f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(chat)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default async function ChatLayout({ children }: ChatLayoutProps) {
<section className="relative flex h-screen overflow-hidden">
<SidebarDesktop />
<div className="group w-full overflow-auto pl-0 animate-in duration-300 ease-in-out peer-[[data-state=open]]:lg:ml-[220px] peer-[[data-state=open]]:xl:ml-[220px]">
<article className="md:grid grid-cols-16 gap-4 mx-auto">
<article className="md:grid grid-cols-16 gap-1 mx-auto">
<main className="col-start-1 col-end-12 relative">{children}</main>
<aside className="col-span-5 col-start-12 overflow-y-scroll">
<Component />
Expand Down

0 comments on commit 3681f03

Please sign in to comment.