Small fixes
							parent
							
								
									55084e918c
								
							
						
					
					
						commit
						66067719f4
					
				|  | @ -17,7 +17,7 @@ limitations under the License. | |||
| .mx_MessageComposer_avatar .mx_BaseAvatar { | ||||
|     padding: 2px; | ||||
|     border: 1px solid transparent; | ||||
|     border-radius: 15px; | ||||
|     border-radius: 100%; | ||||
| } | ||||
| 
 | ||||
| .mx_MessageComposer_avatar .mx_BaseAvatar_initial { | ||||
|  |  | |||
|  | @ -72,10 +72,10 @@ limitations under the License. | |||
|         .mx_AccessibleButton::after { | ||||
|             mask-repeat: no-repeat; | ||||
|             mask-position: 0 center; | ||||
|             mask-size: 16px; | ||||
|             mask-size: $font-16px; | ||||
|             position: absolute; | ||||
|             width: 16px; | ||||
|             height: 16px; | ||||
|             width: $font-16px; | ||||
|             height: $font-16px; | ||||
|             content: ""; | ||||
|             top: 5px; | ||||
|             left: 14px; | ||||
|  |  | |||
|  | @ -109,7 +109,7 @@ limitations under the License. | |||
|         justify-content: center; | ||||
| 
 | ||||
|         // override the calculated sizes so that the letter isn't HUGE | ||||
|         font-size: 56px !important; | ||||
|         font-size: 6rem !important; | ||||
|         width: 100% !important; | ||||
|         transition: font-size 0.5s; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Jorik Schellekens
						Jorik Schellekens