style: 缩小视觉气泡标题与底部时间的间距
视觉气泡(图片/视频/图文)底部时间上间距 pt-3(12px) → pt-0.5(2px), 标题与日期时间更贴近。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -50,7 +50,7 @@ export function MessageBubble({ post }: { post: Post }) {
|
|||||||
<time
|
<time
|
||||||
dateTime={post.publishedAt}
|
dateTime={post.publishedAt}
|
||||||
className={`block text-right text-[12px] leading-[19px] text-[#A8A9AE] ${
|
className={`block text-right text-[12px] leading-[19px] text-[#A8A9AE] ${
|
||||||
isVisual ? "px-4 pb-3 pt-3" : "mt-3"
|
isVisual ? "px-4 pb-3 pt-0.5" : "mt-3"
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{formatDateTime(post.publishedAt)}
|
{formatDateTime(post.publishedAt)}
|
||||||
|
|||||||
Reference in New Issue
Block a user