mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #2458 from MarcAbonce/hide-links-mobile2
Hide links panel in mobile screens
This commit is contained in:
		
						commit
						8d0312d014
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -57,7 +57,7 @@ | ||||||
|             </div> |             </div> | ||||||
|             {%- endif %} |             {%- endif %} | ||||||
| 
 | 
 | ||||||
|             <div class="panel panel-default"> |             <div class="panel panel-default hidden-xs"> | ||||||
|                 <div class="panel-heading">{{- "" -}} |                 <div class="panel-heading">{{- "" -}} | ||||||
|                     <h4 class="panel-title">{{ _('Links') }}</h4>{{- "" -}} |                     <h4 class="panel-title">{{ _('Links') }}</h4>{{- "" -}} | ||||||
|                 </div> |                 </div> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre Flament
						Alexandre Flament