Add subtle rounding to bar
This commit is contained in:
		
							parent
							
								
									fcea6d3be9
								
							
						
					
					
						commit
						ab44ba8318
					
				@ -1,6 +1,6 @@
 | 
			
		||||
{% load helpers %}
 | 
			
		||||
<div
 | 
			
		||||
    class="absolute h-6"
 | 
			
		||||
    style="width: {% bar_width count max total %}; top: 6px; left: 0px; height: calc(100% - 12px); background-color: var(--color-urge-200-fallback)"
 | 
			
		||||
    class="absolute h-6 rounded-md"
 | 
			
		||||
    style="width: {% bar_width count max total %}; top: 6px; left: 0px; height: calc(100% - 12px); background-color: var(--color-urge-100-fallback)"
 | 
			
		||||
>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user