mirror of
https://github.com/dergigi/boris.git
synced 2026-01-23 08:44:26 +01:00
fix: improve collapsed highlights panel button placement
- Change chevron to point right (rotation 180) when collapsed - Position button at top-left instead of center - Align with header position for consistency - Adjust padding to match expanded state header The expand button now appears at the top of the panel next to where the highlight count would be, making it more intuitive and consistent with the UI.
This commit is contained in:
@@ -66,7 +66,7 @@ export const HighlightsPanel: React.FC<HighlightsPanelProps> = ({
|
||||
title="Expand highlights panel"
|
||||
aria-label="Expand highlights panel"
|
||||
>
|
||||
<FontAwesomeIcon icon={faChevronLeft} />
|
||||
<FontAwesomeIcon icon={faChevronLeft} rotation={180} />
|
||||
</button>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user