mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[enh] make number of results less prominent
This commit is contained in:
		
							parent
							
								
									5fa36eb739
								
							
						
					
					
						commit
						508d0f063e
					
				@ -92,14 +92,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        <div class="col-sm-4" id="sidebar_results">
 | 
					        <div class="col-sm-4" id="sidebar_results">
 | 
				
			||||||
            {% if number_of_results != '0' %}
 | 
					            {% if number_of_results != '0' %}
 | 
				
			||||||
            <div class="panel panel-default">
 | 
					                <p><small>{{ _('Number of results') }}: {{ number_of_results }}</small></p>
 | 
				
			||||||
                <div class="panel-heading">
 | 
					 | 
				
			||||||
                    <h4 class="panel-title">{{ _('Number of results') }}</h4>
 | 
					 | 
				
			||||||
                </div>
 | 
					 | 
				
			||||||
                <div class="panel-body">
 | 
					 | 
				
			||||||
                    {{ number_of_results }}
 | 
					 | 
				
			||||||
                </div>
 | 
					 | 
				
			||||||
            </div>
 | 
					 | 
				
			||||||
            {% endif %}
 | 
					            {% endif %}
 | 
				
			||||||
            {% if infoboxes %}
 | 
					            {% if infoboxes %}
 | 
				
			||||||
                {% for infobox in infoboxes %}
 | 
					                {% for infobox in infoboxes %}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user