[Glitch] Hide search from Compose on mobile devices
Port 0893b16695 to glitch-soc
			
			
This commit is contained in:
		@@ -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 />}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user