We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94e051 commit ac7fa6bCopy full SHA for ac7fa6b
apps/renderer/src/modules/entry-column/layouts/EntryListHeader.tsx
@@ -75,7 +75,7 @@ export const EntryListHeader: FC<{
75
ref={containerRef}
76
className={cn(
77
"flex w-full flex-col pl-6 pr-4 pt-2.5 transition-[padding] duration-300 ease-in-out",
78
- view !== FeedViewType.Articles && view !== FeedViewType.Pictures && "mb-2",
+ view !== FeedViewType.Pictures && "mb-2",
79
)}
80
>
81
<div className={cn("flex w-full", titleAtBottom ? "justify-end" : "justify-between")}>
0 commit comments