Skip to content

Commit

Permalink
fix: entry header style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 19, 2024
1 parent 2fa87ea commit c8a8fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/src/modules/entry-content/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function EntryHeader({
<EntryReadHistory entryId={entryId} />
</div>
<div className="relative z-10 flex w-full items-center justify-between gap-3 bg-background">
<div className="flex min-w-0 shrink">
<div className="flex min-w-0 shrink grow">
<AnimatePresence>
{entryTitleMeta && (
<m.div
Expand All @@ -88,7 +88,7 @@ export function EntryHeader({
</AnimatePresence>
</div>

<div className="relative flex w-full items-center justify-end gap-3">
<div className="relative flex shrink-0 items-center justify-end gap-3">
{items
.filter((item) => !item.disabled)
.map((item) => (
Expand Down

0 comments on commit c8a8fb9

Please sign in to comment.