Skip to content

Commit

Permalink
fix mobile sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Dec 6, 2024
1 parent 0f17f12 commit 8b32d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/database/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export function DatabaseScreen() {
<Drawer
opened={overlaySidebar}
onClose={onCloseSidebar}
size={275}
size={215}
>
<DatabaseSidebarLazy
sidebarMode="fill"
Expand Down

0 comments on commit 8b32d2c

Please sign in to comment.