style(community): adjust card spacing and formatting

This commit is contained in:
zetaloop
2026-02-25 14:31:28 +08:00
parent 84dffd6764
commit f0a8abefa5
+2 -2
View File
@@ -78,7 +78,7 @@ export default function CommunityPage() {
</div> </div>
</div> </div>
<div className="space-y-3"> <div className="space-y-4">
{filteredPosts.map((post) => {filteredPosts.map((post) =>
(() => { (() => {
const linkedOrder = post.linkedOrderId const linkedOrder = post.linkedOrderId
@@ -90,7 +90,7 @@ export default function CommunityPage() {
return ( return (
<Link key={post.id} href={`/post/${post.id}`}> <Link key={post.id} href={`/post/${post.id}`}>
<Card> <Card className="hover:shadow-md transition-shadow">
<CardHeader className="pb-3"> <CardHeader className="pb-3">
<div className="flex items-center gap-3"> <div className="flex items-center gap-3">
<Avatar className="h-9 w-9"> <Avatar className="h-9 w-9">