mirror of
https://github.com/dergigi/boris.git
synced 2026-01-17 13:54:24 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user