We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ef2d2 commit eee3915Copy full SHA for eee3915
src/components/widgets/post/PostMetaBar.tsx
@@ -25,7 +25,7 @@ export const PostMetaBar: Component<{
25
</span>
26
{meta.modified && (
27
<FloatPopover
28
- wrapperClassName="text-xs self-end"
+ wrapperClassName="text-xs self-end translate-y-[-1px]"
29
as="span"
30
TriggerComponent={() => '(已编辑)'}
31
>
0 commit comments