style: make reading progress indicator smaller and more subtle

- Reduced bar height from 4px to 2px (h-0.5)
- Made container more compact: py-1 instead of py-2
- Tiny text size: 0.625rem (10px) with tabular numbers
- Simplified background: less opacity, lighter blur
- Show just % or checkmark when complete
- Reduced reader bottom padding from 4rem to 2rem
- More minimalist and less intrusive design
This commit is contained in:
Gigi
2025-10-13 22:20:01 +02:00
parent 48cde27a5b
commit c146a8f7ec
2 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
overflow: hidden;
max-width: 900px;
margin: 0 auto;
padding-bottom: 4rem; /* Add space for progress indicator */
padding-bottom: 2rem; /* Add space for progress indicator */
}
/* Video container - responsive wrapper following react-player docs */