From d50bcd700e5e15ee9c43c519ec59397b174a7576 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 21:51:24 +0200 Subject: [PATCH] fix(ui): make highlight button fixed to viewport --- src/components/HighlightButton.tsx | 59 +++++++++++-------------- src/components/ThreePaneLayout.tsx | 70 +++++++++++++++--------------- src/styles/layout/app.css | 2 - 3 files changed, 59 insertions(+), 72 deletions(-) diff --git a/src/components/HighlightButton.tsx b/src/components/HighlightButton.tsx index 3e9d267b..b86448a2 100644 --- a/src/components/HighlightButton.tsx +++ b/src/components/HighlightButton.tsx @@ -41,45 +41,36 @@ export const HighlightButton = React.forwardRef - - + + ) } ) diff --git a/src/components/ThreePaneLayout.tsx b/src/components/ThreePaneLayout.tsx index 255982c9..b3912f90 100644 --- a/src/components/ThreePaneLayout.tsx +++ b/src/components/ThreePaneLayout.tsx @@ -359,42 +359,33 @@ const ThreePaneLayout: React.FC = (props) => { {props.support} ) : ( - <> - - {props.hasActiveAccount && ( - - )} - + )}
= (props) => { />
+ {props.hasActiveAccount && ( + + )}