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