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
This commit is contained in:
Gigi
2025-10-19 22:53:49 +02:00
parent e1c04b4e7f
commit 0919091f19

View File

@@ -82,7 +82,7 @@ export const CompactView: React.FC<CompactViewProps> = ({
background: 'var(--color-border)',
overflow: 'hidden',
margin: '0',
paddingLeft: '1.85rem'
marginLeft: '1.75rem'
}}
>
<div