Fix the appearance of avatars when they do not load (#31966)
This commit is contained in:
		
							parent
							
								
									e3baa1cdda
								
							
						
					
					
						commit
						8b70834035
					
				| @ -2032,13 +2032,14 @@ body > [data-popper-placement] { | ||||
|   display: block; | ||||
|   position: relative; | ||||
|   border-radius: var(--avatar-border-radius); | ||||
|   background-color: var(--surface-background-color); | ||||
| 
 | ||||
|   img { | ||||
|     display: block; | ||||
|     width: 100%; | ||||
|     height: 100%; | ||||
|     object-fit: cover; | ||||
|     border-radius: var(--avatar-border-radius); | ||||
|     display: inline-block; // to not show broken images | ||||
|   } | ||||
| 
 | ||||
|   &-inline { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user