Skip to content

Commit 4dd56bb

Browse files
committed
fix: header meta bar style
Signed-off-by: Innei <[email protected]>
1 parent 5fec3d2 commit 4dd56bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/layout/header/internal/HeaderMeta.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ export const HeaderMeta = () => {
3535
<AnimatePresence>
3636
{show && (
3737
<m.div
38-
className="absolute inset-0 flex min-w-0 items-center justify-between px-0 lg:px-16"
38+
className="absolute inset-0 flex min-w-0 items-center justify-between gap-3 px-0 lg:px-16"
3939
data-testid="header-meta"
4040
{...animationProps}
4141
>
42-
<div className="align-center flex min-w-0 shrink grow flex-col">
42+
<div className="flex min-w-0 shrink grow flex-col">
4343
<small className="min-w-0 truncate">
4444
<span className="text-gray-600/60 dark:text-gray-300/60">
4545
{description}
@@ -50,7 +50,7 @@ export const HeaderMeta = () => {
5050
</h2>
5151
</div>
5252

53-
<div className="hidden min-w-0 shrink flex-col text-right leading-5 lg:flex">
53+
<div className="hidden min-w-0 shrink-[5] flex-col text-right leading-5 lg:flex">
5454
<small className="min-w-0 truncate whitespace-pre text-gray-600/60 dark:text-gray-300/60">
5555
{' '}
5656
{slug}

0 commit comments

Comments
 (0)