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
This commit is contained in:
Gigi
2025-10-19 22:50:48 +02:00
parent dfdc5d0946
commit ceca37df08

View File

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