Update DashboardNavigation to include a vertical divider between logos
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
- Added a vertical Divider component between the FarmControlLogoSmall and the next logo for improved visual separation. - Adjusted the right margin of the FarmControlLogoSmall to enhance layout consistency.
This commit is contained in:
parent
6dad9c820c
commit
813b43595b
@ -151,14 +151,20 @@ const DashboardNavigation = () => {
|
|||||||
<Flex style={{ width: '100%' }} align='center'>
|
<Flex style={{ width: '100%' }} align='center'>
|
||||||
{isMacOSApp ? <DashboardWindowButtons /> : null}
|
{isMacOSApp ? <DashboardWindowButtons /> : null}
|
||||||
{showAppLogo == true && (
|
{showAppLogo == true && (
|
||||||
<FarmControlLogoSmall
|
<>
|
||||||
style={{
|
<FarmControlLogoSmall
|
||||||
fontSize: '46px',
|
style={{
|
||||||
height: '16px',
|
fontSize: '46px',
|
||||||
marginLeft: '13px',
|
height: '16px',
|
||||||
marginRight: '0px'
|
marginLeft: '13px',
|
||||||
}}
|
marginRight: '18px'
|
||||||
/>
|
}}
|
||||||
|
/>
|
||||||
|
<Divider
|
||||||
|
type='vertical'
|
||||||
|
style={{ height: '14px', margin: '3px 3px 0 0' }}
|
||||||
|
/>
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
{showDesktopLogo == true ? (
|
{showDesktopLogo == true ? (
|
||||||
<FarmControlLogo
|
<FarmControlLogo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user