ssb: Don't stretch profile images when fitting into a circle.  I swear I did this ages ago.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build Tilde Friends / Build-All (push) Successful in 15m23s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build Tilde Friends / Build-All (push) Successful in 15m23s
				
			This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| { | ||||
| 	"type": "tildefriends-app", | ||||
| 	"emoji": "🐌", | ||||
| 	"previous": "&O7Rf3apWJhDC4Zfjo1a5ZRk6AMNeCmFuEIiczXwmSYE=.sha256" | ||||
| 	"previous": "&qj4BgD3cfrySqxq6BbQm6u58ic20XYileUiiAXcJtLs=.sha256" | ||||
| } | ||||
|   | ||||
| @@ -37,7 +37,7 @@ class TfUserElement extends LitElement { | ||||
| 			if (image_link !== undefined) { | ||||
| 				image = html`<img | ||||
| 					class="w3-circle" | ||||
| 					style="width: 2em; height: 2em; vertical-align: middle" | ||||
| 					style="width: 2em; height: 2em; vertical-align: middle; object-fit: cover" | ||||
| 					src="/${image_link}/view" | ||||
| 				/>`; | ||||
| 			} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user