mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	Use object-fit: contain for oauth2 custom icons (#26493)
		
	This commit is contained in:
		
					parent
					
						
							
								19872063a3
							
						
					
				
			
			
				commit
				
					
						c91a7e8dbb
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -56,7 +56,7 @@ func (p *AuthSourceProvider) DisplayName() string { | |||
| 
 | ||||
| func (p *AuthSourceProvider) IconHTML() template.HTML { | ||||
| 	if p.iconURL != "" { | ||||
| 		img := fmt.Sprintf(`<img class="gt-mr-3" width="20" height="20" src="%s" alt="%s">`, | ||||
| 		img := fmt.Sprintf(`<img class="gt-object-contain gt-mr-3" width="20" height="20" src="%s" alt="%s">`, | ||||
| 			html.EscapeString(p.iconURL), html.EscapeString(p.DisplayName()), | ||||
| 		) | ||||
| 		return template.HTML(img) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue