0
Fork 0
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:
Peter Zimon 2023-06-08 08:33:01 +02:00
parent 207651e2b0
commit cacd54b8c6

View file

@ -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>