Skip to content

Commit

Permalink
chore: reduce left nav width
Browse files Browse the repository at this point in the history
  • Loading branch information
tructn committed Oct 17, 2024
1 parent 1457a8c commit 8f378f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/layouts/admin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function AdminLayout() {
<div
className={cx(
"group relative flex h-full flex-shrink-0 flex-grow-0 flex-col border-r bg-blue-700 text-white transition-all delay-100",
!collapsed && "w-[300px]",
!collapsed && "w-[270px]",
collapsed && "w-16",
)}
>
Expand Down

0 comments on commit 8f378f9

Please sign in to comment.