.
This commit is contained in:
@@ -43,7 +43,7 @@ export default function AppLayout({ children }: AppLayoutProps) {
|
||||
>
|
||||
<div className="col-start-1 row-start-1 col-span-1 row-span-1 overflow-hidden border-r-2 min-w-fit">
|
||||
<ScrollArea className="h-full px-1" scrollbarSize="none">
|
||||
<aside className="flex flex-col gap-4 p-2 h-full">
|
||||
<aside className="flex flex-col gap-2 p-2 h-full">
|
||||
<HomeButton />
|
||||
<Separator />
|
||||
{servers.map((server, _) => (
|
||||
|
||||
Reference in New Issue
Block a user