Adjust margin properties in DashboardNavigation and DashboardWindowButtons components for improved layout consistency and spacing.
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-06-24 00:32:58 +01:00
parent 86d656720c
commit 02b0d245ff
2 changed files with 3 additions and 3 deletions

View File

@ -152,8 +152,8 @@ const DashboardNavigation = () => {
style={{
fontSize: '46px',
height: '16px',
marginLeft: '15px',
marginRight: '8px'
marginLeft: '13px',
marginRight: '0px'
}}
/>
)}

View File

@ -39,7 +39,7 @@ const DashboardWindowButtons = () => {
<div style={{ width: '80px' }} />
) : null
) : (
<div style={{ width: '95px' }}>
<div style={{ width: '95px', marginRight: '2.5px' }}>
<Flex style={{ position: 'relative', zIndex: 9999 }}>
{maximizeButton}
{minimizeButton}