More small macOS fixes.

This commit is contained in:
Tom Butcher 2025-11-30 00:17:29 +00:00
parent 5ac11dc59e
commit 15a9764762

View File

@ -153,7 +153,7 @@ const DashboardNavigation = () => {
fontSize: '46px', fontSize: '46px',
height: '16px', height: '16px',
marginLeft: '15px', marginLeft: '15px',
marginRight: '5px' marginRight: '8px'
}} }}
/> />
)} )}
@ -313,7 +313,7 @@ const DashboardNavigation = () => {
{isElectron ? ( {isElectron ? (
<Flex <Flex
className='ant-menu-horizontal ant-menu-light electron-navigation-wrapper' className='ant-menu-horizontal ant-menu-light electron-navigation-wrapper'
style={{ lineHeight: '40px', padding: '0 4px 0 4px' }} style={{ lineHeight: '40px', padding: '0 2px 0 2px' }}
> >
{navigationContents} {navigationContents}
</Flex> </Flex>