mirror of
https://github.com/dergigi/boris.git
synced 2026-02-19 05:54:49 +01:00
style: eliminate excessive space between progress bar and footer
- Reduce ReadingProgressBar margins from 0.25rem to 0.125rem (75% reduction) - Reduce bookmark footer padding-top from 0.25rem to 0.125rem (75% reduction) - Reduce reading progress separator margin from 0.25rem to 0.125rem (75% reduction) - Update responsive breakpoints for ultra-compact spacing - Achieve minimal gap between progress bar and date/author footer - Create ultra-tight vertical layout with almost no wasted space
This commit is contained in:
@@ -150,8 +150,8 @@ export const CardView: React.FC<CardViewProps> = ({
|
||||
<ReadingProgressBar
|
||||
readingProgress={readingProgress}
|
||||
height={1}
|
||||
marginTop="0.25rem"
|
||||
marginBottom="0.25rem"
|
||||
marginTop="0.125rem"
|
||||
marginBottom="0.125rem"
|
||||
/>
|
||||
|
||||
<div className="bookmark-footer">
|
||||
|
||||
Reference in New Issue
Block a user