adjust sidebar layout for minimum width (#404)

This commit is contained in:
CactusBlue 2025-01-28 18:36:28 -08:00 committed by GitHub
parent a73bf97885
commit d591a24129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
*.untracked
*.untracked.*
node-compile-cache/
*.cpuprofile

View File

@ -382,7 +382,7 @@ export default function SidebarLayout(props: { projectId: string, children?: Rea
return (
<div className="w-full flex">
<div className="flex-col border-r w-[240px] h-screen sticky top-0 hidden md:flex">
<div className="flex-col border-r min-w-[240px] h-screen sticky top-0 hidden md:flex">
<SidebarContent projectId={props.projectId} />
</div>
<div className="flex flex-col flex-grow w-0">