Skip to content

Commit

Permalink
sidebar width
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Oct 14, 2024
1 parent 486f3d7 commit abb921a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const App = () => {
<BaseStyles>
<AppProvider>
<Router>
<div className="flex h-full overflow-y-auto flex-col pl-10">
<div className="flex h-full overflow-y-auto flex-col pl-12">
<Loading />
<Sidebar />
<Routes>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const Sidebar: FC = () => {
}, [settings]);

return (
<div className="fixed left-10 -ml-10 flex h-full w-10 flex-col overflow-y-auto bg-gray-sidebar">
<div className="fixed left-12 -ml-12 flex h-full w-12 flex-col overflow-y-auto bg-gray-sidebar">
<div className="flex flex-1 flex-col">
<Stack
direction="vertical"
Expand Down
8 changes: 4 additions & 4 deletions src/renderer/components/__snapshots__/Sidebar.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit abb921a

Please sign in to comment.