From 8a21b46ebd5c1ff1dbc1b355a53759d7fd1e6585 Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 9 Oct 2025 21:23:21 +0100 Subject: [PATCH] fix(ui): position highlight FAB button relative to article pane, not viewport --- src/components/HighlightButton.tsx | 2 +- src/components/ThreePaneLayout.tsx | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/HighlightButton.tsx b/src/components/HighlightButton.tsx index b86448a2..2694d659 100644 --- a/src/components/HighlightButton.tsx +++ b/src/components/HighlightButton.tsx @@ -44,7 +44,7 @@ export const HighlightButton = React.forwardRef = (props) => { settings={props.settings} /> -
+
{props.showSettings ? ( = (props) => { settings={props.settings} /> )} + {props.hasActiveAccount && ( + + )}
= (props) => { />
- {props.hasActiveAccount && ( - - )} {props.toastMessage && (