Skip to content

Commit 79553b5

Browse files
committed
fix(desktop): update border styling in EntryHeader component
- Adjusted the border styling in the EntryHeader component to include a bottom border when metadata is displayed. This change enhances the visual separation of elements in the header. These modifications aim to improve the overall layout and aesthetics of the entry header. Signed-off-by: Innei <tukon479@gmail.com>
1 parent 3effc41 commit 79553b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/src/renderer/src/modules/entry-content/header.electron.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function EntryHeaderImpl({ view, entryId, className, compact }: EntryHeaderProps
3030
data-hide-in-print
3131
className={cn(
3232
"zen-mode-macos:ml-margin-macos-traffic-light-x relative flex min-w-0 items-center justify-between gap-3 overflow-hidden text-lg text-zinc-500 duration-200",
33-
shouldShowMeta && "border-border",
33+
shouldShowMeta && "border-border border-b",
3434
className,
3535
)}
3636
>

0 commit comments

Comments
 (0)