Fix FacePile 'more' rendering
							parent
							
								
									899cc53a3e
								
							
						
					
					
						commit
						477d79cb92
					
				| 
						 | 
				
			
			@ -19,7 +19,8 @@ limitations under the License.
 | 
			
		|||
    border-radius: 100%;
 | 
			
		||||
    width: 30px;
 | 
			
		||||
    height: 30px;
 | 
			
		||||
    background-color: $spacePanel-bg-color;
 | 
			
		||||
    background-color: $panels;
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
 | 
			
		||||
    &::before {
 | 
			
		||||
        content: "";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,8 +57,8 @@ const FacePile: FC<IProps> = ({
 | 
			
		|||
 | 
			
		||||
    const pileContents = (
 | 
			
		||||
        <>
 | 
			
		||||
            {overflow ? <span className="mx_FacePile_more" /> : null}
 | 
			
		||||
            {faces}
 | 
			
		||||
            {overflow ? <span className="mx_FacePile_more" /> : null}
 | 
			
		||||
        </>
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue