mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
adjust sidebar layout for minimum width (#404)
This commit is contained in:
parent
a73bf97885
commit
d591a24129
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
*.untracked
|
||||
*.untracked.*
|
||||
|
||||
node-compile-cache/
|
||||
|
||||
*.cpuprofile
|
||||
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user