From 0919091f195881678df41b5f69b830dd6f5bf6ca Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 19 Oct 2025 22:53:49 +0200 Subject: [PATCH] style: align reading progress bar with text in compact cards - Add left margin of 1.75rem to progress bar to start where text begins - Prevents progress bar from looking like a separator - Creates visual association between progress indicator and the specific bookmark item --- src/components/BookmarkViews/CompactView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BookmarkViews/CompactView.tsx b/src/components/BookmarkViews/CompactView.tsx index 589d08d3..5cddd3cc 100644 --- a/src/components/BookmarkViews/CompactView.tsx +++ b/src/components/BookmarkViews/CompactView.tsx @@ -82,7 +82,7 @@ export const CompactView: React.FC = ({ background: 'var(--color-border)', overflow: 'hidden', margin: '0', - paddingLeft: '1.85rem' + marginLeft: '1.75rem' }} >