mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] justify engines/cached/proxied vertically
This commit is contained in:
		
							parent
							
								
									c14b117121
								
							
						
					
					
						commit
						1e03094dee
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -198,7 +198,7 @@ article[data-vim-selected].category-social {
 | 
			
		|||
 | 
			
		||||
  .cache_link,
 | 
			
		||||
  .proxyfied_link {
 | 
			
		||||
    font-size: 0.9em !important;
 | 
			
		||||
    font-size: smaller !important;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .content,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,7 @@
 | 
			
		|||
{%- macro result_sub_footer(result, proxify) -%}
 | 
			
		||||
<div class="engines">
 | 
			
		||||
  {% for engine in result.engines %}<span>{{ engine }}</span>{% endfor %}
 | 
			
		||||
  {{ result_link(cache_url + result.url, icon_small('ellipsis-vertical-outline') + _('cached'), "cache_link") }}‎ {% if proxify and proxify_results %} {{ result_link(proxify(result.url), icon('link') + _('proxied'), "proxyfied_link") }} {% endif %}
 | 
			
		||||
  {{ icon_small('ellipsis-vertical-outline') + result_link(cache_url + result.url, _('cached'), "cache_link") }}‎ {% if proxify and proxify_results %} {{ result_link(proxify(result.url), icon('link') + _('proxied'), "proxyfied_link") }} {% endif %}
 | 
			
		||||
</div>{{- '' -}}
 | 
			
		||||
<div class="break"></div>{{- '' -}}
 | 
			
		||||
{%- endmacro -%}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue