Fix missing avatar fallback interfering with transparency in web UI (#32270)
This commit is contained in:
		
					parent
					
						
							
								83a98cb81a
							
						
					
				
			
			
				commit
				
					
						cae93e79a4
					
				
			
		
					 3 changed files with 31 additions and 9 deletions
				
			
		|  | @ -2077,7 +2077,6 @@ body > [data-popper-placement] { | |||
|   display: block; | ||||
|   position: relative; | ||||
|   border-radius: var(--avatar-border-radius); | ||||
|   background-color: var(--surface-background-color); | ||||
| 
 | ||||
|   img { | ||||
|     width: 100%; | ||||
|  | @ -2087,7 +2086,11 @@ body > [data-popper-placement] { | |||
|     display: inline-block; // to not show broken images | ||||
|   } | ||||
| 
 | ||||
|   &-inline { | ||||
|   &--loading { | ||||
|     background-color: var(--surface-background-color); | ||||
|   } | ||||
| 
 | ||||
|   &--inline { | ||||
|     display: inline-block; | ||||
|     vertical-align: middle; | ||||
|     margin-inline-end: 5px; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue