mirror of
https://github.com/dergigi/boris.git
synced 2025-12-29 12:34:35 +01:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user