mirror of
https://github.com/dergigi/boris.git
synced 2025-12-19 07:34:28 +01:00
style: make reading progress bar thinner in compact cards
- Reduce reading progress bar height from 2px to 1px - Creates a more subtle, minimal progress indicator for compact bookmarks
This commit is contained in:
@@ -77,7 +77,7 @@ export const CompactView: React.FC<CompactViewProps> = ({
|
||||
{readingProgress !== undefined && readingProgress > 0 && (
|
||||
<div
|
||||
style={{
|
||||
height: '2px',
|
||||
height: '1px',
|
||||
width: '100%',
|
||||
background: 'var(--color-border)',
|
||||
overflow: 'hidden',
|
||||
|
||||
Reference in New Issue
Block a user