Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/renderer/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const App = () => {
<BaseStyles>
<AppProvider>
<Router>
<div className="flex h-full overflow-x-hidden overflow-y-auto flex-col pl-12 bg-gitify-background">
<div className="flex h-full overflow-x-hidden overflow-y-auto flex-col pl-10 bg-gitify-background">
<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 @@ -74,7 +74,7 @@ export const Sidebar: FC = () => {
<Stack
direction="vertical"
justify="space-between"
className="fixed left-12 -ml-12 w-12 h-full bg-gitify-sidebar text-white"
className="fixed left-10 -ml-10 w-10 h-full bg-gitify-sidebar text-white"
>
<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.

Loading