Skip to content

Commit

Permalink
fix: entry content width fit
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed May 1, 2024
1 parent 611e694 commit c3865e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/pages/(main)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function Component() {
}, [activedList])

return (
<div className="flex h-full">
<>
<div
className={cn(
"pt-10 border-r shrink-0 h-full overflow-y-auto",
Expand All @@ -43,6 +43,6 @@ export function Component() {
</div>
)}
</AnimatePresence>
</div>
</>
)
}

0 comments on commit c3865e2

Please sign in to comment.