Skip to content

Commit abb921a

Browse files
committed
sidebar width
Signed-off-by: Adam Setch <[email protected]>
1 parent 486f3d7 commit abb921a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/renderer/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const App = () => {
3737
<BaseStyles>
3838
<AppProvider>
3939
<Router>
40-
<div className="flex h-full overflow-y-auto flex-col pl-10">
40+
<div className="flex h-full overflow-y-auto flex-col pl-12">
4141
<Loading />
4242
<Sidebar />
4343
<Routes>

src/renderer/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const Sidebar: FC = () => {
7272
}, [settings]);
7373

7474
return (
75-
<div className="fixed left-10 -ml-10 flex h-full w-10 flex-col overflow-y-auto bg-gray-sidebar">
75+
<div className="fixed left-12 -ml-12 flex h-full w-12 flex-col overflow-y-auto bg-gray-sidebar">
7676
<div className="flex flex-1 flex-col">
7777
<Stack
7878
direction="vertical"

src/renderer/components/__snapshots__/Sidebar.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)