mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Remove traffic lights when in mobile view (AdminX)
refs. https://github.com/TryGhost/Team/issues/3354
This commit is contained in:
parent
207651e2b0
commit
cacd54b8c6
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ export const PreviewModalContent: React.FC<PreviewModalProps> = ({
|
|||
<div className='bg-grey-50 p-2 pl-3'>
|
||||
<DesktopChromeHeader
|
||||
toolbarCenter={toolbarCenter}
|
||||
toolbarLeft={view === 'mobile' ? <></> : ''}
|
||||
toolbarRight={toolbarRight}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue