Small macOS fix.
This commit is contained in:
parent
59632c3060
commit
5ac11dc59e
@ -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' }}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user