Small macOS fix.

This commit is contained in:
Tom Butcher 2025-11-30 00:17:13 +00:00
parent 59632c3060
commit 5ac11dc59e

View File

@ -36,7 +36,7 @@ const DashboardWindowButtons = () => {
<Flex align='center'> <Flex align='center'>
{platform == 'darwin' ? ( {platform == 'darwin' ? (
isFullScreen == false ? ( isFullScreen == false ? (
<div style={{ width: '65px' }} /> <div style={{ width: '80px' }} />
) : null ) : null
) : ( ) : (
<div style={{ width: '95px' }}> <div style={{ width: '95px' }}>