Scale user photo upload with font size
							parent
							
								
									7a0caafb77
								
							
						
					
					
						commit
						83609f0ab2
					
				|  | @ -67,4 +67,5 @@ $font-49px: 3.267rem; | |||
| $font-50px: 3.333rem; | ||||
| $font-51px: 3.400rem; | ||||
| $font-52px: 3.467rem; | ||||
| $font-88px: 5.887rem; | ||||
| $font-400px: 26.667rem; | ||||
|  |  | |||
|  | @ -15,13 +15,13 @@ limitations under the License. | |||
| */ | ||||
| 
 | ||||
| .mx_AvatarSetting_avatar { | ||||
|     width: 88px; | ||||
|     height: 88px; | ||||
|     width: $font-88px; | ||||
|     height: $font-88px; | ||||
|     margin-left: 13px; | ||||
|     position: relative; | ||||
| 
 | ||||
|     & > * { | ||||
|         width: 88px; | ||||
|         width: $font-88px; | ||||
|         box-sizing: border-box; | ||||
|     } | ||||
| 
 | ||||
|  | @ -63,7 +63,7 @@ limitations under the License. | |||
|     & > img, | ||||
|     .mx_AvatarSetting_avatarPlaceholder { | ||||
|         display: block; | ||||
|         height: 88px; | ||||
|         height: $font-88px; | ||||
|         border-radius: 4px; | ||||
|     } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Jorik Schellekens
						Jorik Schellekens