Skip to content

Commit

Permalink
fix: align again (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei authored Jun 17, 2024
1 parent f54df88 commit ba6184d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/modules/entry-column/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ const EmptyList = forwardRef<HTMLDivElement, HTMLMotionProps<"div">>(

return (
<m.div
className="-mt-20 flex h-full flex-col items-center justify-center gap-2 text-zinc-400"
className="-mt-6 flex h-full flex-col items-center justify-center gap-2 text-zinc-400"
{...props}
ref={ref}
>
Expand Down

0 comments on commit ba6184d

Please sign in to comment.