[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}
 | 
					            onSettingsClick={onOpenSettings}
 | 
				
			||||||
          />
 | 
					          />
 | 
				
			||||||
        ) : null}
 | 
					        ) : null}
 | 
				
			||||||
        <DrawerSearch
 | 
					        {(multiColumn || isSearchPage) && <DrawerSearch
 | 
				
			||||||
          intl={intl}
 | 
					            intl={intl}
 | 
				
			||||||
          onChange={onChange}
 | 
					            onChange={onChange}
 | 
				
			||||||
          onClear={onClear}
 | 
					            onClear={onClear}
 | 
				
			||||||
          onShow={onShow}
 | 
					            onShow={onShow}
 | 
				
			||||||
          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 />}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user