ui: move highlight button higher up

- Change bottom position from 32px to 80px
- Provides more space from bottom edge for better positioning
This commit is contained in:
Gigi
2025-10-25 00:04:02 +02:00
parent 2124be83c3
commit e86ae9f05e

View File

@@ -45,7 +45,7 @@ export const HighlightButton = React.forwardRef<HighlightButtonRef, HighlightBut
className="highlight-fab"
style={{
position: 'fixed',
bottom: '32px',
bottom: '80px',
right: '32px',
zIndex: 1000,
width: '56px',