From ceca37df08796492dd00e75eaf29318ffaf6bdf4 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 19 Oct 2025 22:50:48 +0200 Subject: [PATCH] style: align reading progress bar with title text in compact cards - Add left padding (1.85rem) to progress bar to align with bookmark title - Progress bar now starts at the same position as the text content --- src/components/BookmarkViews/CompactView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/BookmarkViews/CompactView.tsx b/src/components/BookmarkViews/CompactView.tsx index c1e81a1c..589d08d3 100644 --- a/src/components/BookmarkViews/CompactView.tsx +++ b/src/components/BookmarkViews/CompactView.tsx @@ -81,7 +81,8 @@ export const CompactView: React.FC = ({ width: '100%', background: 'var(--color-border)', overflow: 'hidden', - margin: '0' + margin: '0', + paddingLeft: '1.85rem' }} >