mirror of
https://github.com/dergigi/boris.git
synced 2026-01-26 02:04:58 +01:00
fix: classify highlights before passing to ContentPanel
- Add classifiedHighlights memo in Bookmarks to ensure highlights have level property - Pass classified highlights to ContentPanel so color-coded rendering works - Reduce reader border-radius from 12px to 8px to reduce visual separation - Fixes highlights not showing with proper colors on default article
This commit is contained in:
@@ -477,7 +477,7 @@ body {
|
||||
.reader {
|
||||
background: #1a1a1a;
|
||||
border: 1px solid #333;
|
||||
border-radius: 12px;
|
||||
border-radius: 8px;
|
||||
padding: 1rem;
|
||||
text-align: left;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user