From f94e4ba9007ef2ebb49e75e94a6d60f2cd7f7076 Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 23:33:23 +0200 Subject: [PATCH] feat(ui): make article titles larger and show summaries - Increase title font size to 2.5rem (desktop) and 2rem (mobile) - Add font-weight: 700 and better line-height to titles - Increase summary font size to 1.2rem with better line-height - Fix missing summary display by passing summary prop to ReaderHeader - Improve readability and visual hierarchy of article headers --- src/components/ContentPanel.tsx | 3 ++- src/styles/components/reader.css | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/ContentPanel.tsx b/src/components/ContentPanel.tsx index 837b4314..a547a2f4 100644 --- a/src/components/ContentPanel.tsx +++ b/src/components/ContentPanel.tsx @@ -73,6 +73,7 @@ const ContentPanel: React.FC = ({ markdown, selectedUrl, image, + summary, published, highlights = [], showHighlights = true, @@ -416,7 +417,7 @@ const ContentPanel: React.FC = ({