Skip to content

Commit

Permalink
fix(header): improve border visibility for meta display (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktKongTong authored Dec 13, 2024
1 parent cdd76d0 commit 0505e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/renderer/src/modules/entry-content/header.desktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ function EntryHeaderImpl({ view, entryId, className, compact }: EntryHeaderProps
<div
data-hide-in-print
className={cn(
"relative flex min-w-0 items-center justify-between gap-3 overflow-hidden text-lg text-zinc-500 duration-200 zen-mode-macos:ml-margin-macos-traffic-light-x",
shouldShowMeta && "border-b border-border",
"relative flex min-w-0 items-center justify-between gap-3 overflow-hidden border-b border-transparent text-lg text-zinc-500 duration-200 zen-mode-macos:ml-margin-macos-traffic-light-x",
shouldShowMeta && "border-border",
className,
)}
>
Expand Down

0 comments on commit 0505e3d

Please sign in to comment.