forked from treehouse/mastodon
[Glitch] Hide search from Compose on mobile devices
Port 0893b16695
to glitch-soc
signup-info-prompt
parent
37a00d4c1d
commit
4686b3fa76
|
@ -100,15 +100,15 @@ class Drawer extends React.Component {
|
|||
onSettingsClick={onOpenSettings}
|
||||
/>
|
||||
) : null}
|
||||
<DrawerSearch
|
||||
intl={intl}
|
||||
onChange={onChange}
|
||||
onClear={onClear}
|
||||
onShow={onShow}
|
||||
onSubmit={onSubmit}
|
||||
submitted={submitted}
|
||||
value={searchValue}
|
||||
/>
|
||||
{(multiColumn || isSearchPage) && <DrawerSearch
|
||||
intl={intl}
|
||||
onChange={onChange}
|
||||
onClear={onClear}
|
||||
onShow={onShow}
|
||||
onSubmit={onSubmit}
|
||||
submitted={submitted}
|
||||
value={searchValue}
|
||||
/> }
|
||||
<div className='contents'>
|
||||
<DrawerAccount account={account} />
|
||||
{!isSearchPage && <Composer />}
|
||||
|
|
Loading…
Reference in New Issue