Skip to content

Commit eee3915

Browse files
committed
fix: meta pos
Signed-off-by: Innei <[email protected]>
1 parent b9ef2d2 commit eee3915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/widgets/post/PostMetaBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const PostMetaBar: Component<{
2525
</span>
2626
{meta.modified && (
2727
<FloatPopover
28-
wrapperClassName="text-xs self-end"
28+
wrapperClassName="text-xs self-end translate-y-[-1px]"
2929
as="span"
3030
TriggerComponent={() => '(已编辑)'}
3131
>

0 commit comments

Comments
 (0)