mirror of
https://github.com/dergigi/boris.git
synced 2026-01-17 13:54:24 +01:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user