From 1165cc23c6e2f72968a192db4ffd35554df3babd Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Thu, 20 Nov 2025 15:41:29 -0500 Subject: [PATCH] chore: zoom in font --- app/src/components/CommentCard.tsx | 26 ++++++++--------- app/src/components/FeedSidebar.tsx | 30 +++++++++---------- app/src/components/Footer.tsx | 2 +- app/src/components/Header.tsx | 14 ++++----- app/src/components/PostCard.tsx | 34 +++++++++++----------- app/src/components/PostList.tsx | 46 +++++++++++++++--------------- app/src/components/RemixBanner.tsx | 4 +-- app/src/pages/FeedPage.tsx | 6 ++-- 8 files changed, 80 insertions(+), 82 deletions(-) diff --git a/app/src/components/CommentCard.tsx b/app/src/components/CommentCard.tsx index 1fb81f5..8fd7467 100644 --- a/app/src/components/CommentCard.tsx +++ b/app/src/components/CommentCard.tsx @@ -88,11 +88,10 @@ const CommentCard: React.FC = ({
{/* Vote column */} -
+
- 0 ? 'text-primary' : score < 0 ? 'text-red-400' : 'text-muted-foreground'}`}> + 0 ? 'text-primary' : score < 0 ? 'text-red-400' : 'text-muted-foreground'}`}> {score}
{/* Content */} -
+
{/* Metadata */} -
+
· @@ -138,18 +136,18 @@ const CommentCard: React.FC = ({ {commentVotePending && ( <> · - syncing + syncing )}
{/* Content */} -
+
{/* Actions */} -
+
- + Profile @@ -250,7 +250,7 @@ const Header = () => { ) : ( diff --git a/app/src/components/PostCard.tsx b/app/src/components/PostCard.tsx index 538b26f..5fab4b6 100644 --- a/app/src/components/PostCard.tsx +++ b/app/src/components/PostCard.tsx @@ -66,22 +66,22 @@ const PostCard: React.FC = ({ post }) => { }; return ( -
-
+
+
{/* Inline vote display */} - 0 ? 'text-primary' : score < 0 ? 'text-red-400' : 'text-muted-foreground'}`}> + 0 ? 'text-primary' : score < 0 ? 'text-red-400' : 'text-muted-foreground'}`}> {score} {isPending && ( <> - · - syncing + · + syncing )}
diff --git a/app/src/components/PostList.tsx b/app/src/components/PostList.tsx index 89e628d..f9d841f 100644 --- a/app/src/components/PostList.tsx +++ b/app/src/components/PostList.tsx @@ -130,18 +130,18 @@ const PostList = () => { return (
-
+
← Back | r/{cell.name} - {cell.description} + {cell.description}
@@ -150,19 +150,19 @@ const PostList = () => { {canPost && (
-
NEW THREAD
+
NEW THREAD
setNewPostTitle(e.target.value)} - className="mb-1 text-xs h-7" + className="mb-1 text-sm h-9" disabled={isCreatingPost} />