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
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
This commit is contained in:
parent
86d656720c
commit
02b0d245ff
@ -152,8 +152,8 @@ const DashboardNavigation = () => {
|
||||
style={{
|
||||
fontSize: '46px',
|
||||
height: '16px',
|
||||
marginLeft: '15px',
|
||||
marginRight: '8px'
|
||||
marginLeft: '13px',
|
||||
marginRight: '0px'
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
|
||||
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user