From 00740aab6def815a8bdc1aa69201dfd686bb758a Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 25 Oct 2025 01:45:53 +0200 Subject: [PATCH] fix: ensure empty reading progress bar is always visible for articles - Change progress bar background from transparent to border color when no progress - Reading progress separator now always shows 1px line for articles - Maintains visual consistency between articles with and without reading progress - Ensures proper visual separation between content and footer --- src/components/BookmarkViews/CardView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BookmarkViews/CardView.tsx b/src/components/BookmarkViews/CardView.tsx index 069c11ae..7aab5263 100644 --- a/src/components/BookmarkViews/CardView.tsx +++ b/src/components/BookmarkViews/CardView.tsx @@ -152,14 +152,14 @@ export const CardView: React.FC = ({ - {/* Reading progress indicator as separator - always shown */} + {/* Reading progress indicator as separator - always shown for articles */} {isArticle && (