mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	Merge pull request #3030 from vector-im/luke/fix-typing-avatars-alignment
Re-position typing avatars relative to "is typing"
This commit is contained in:
		
						commit
						f025afc297
					
				@ -21,10 +21,10 @@ limitations under the License.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
 | 
					/* position the indicator in the same place horizontally as .mx_EventTile_avatar. */
 | 
				
			||||||
.mx_RoomStatusBar_indicator {
 | 
					.mx_RoomStatusBar_indicator {
 | 
				
			||||||
    padding-left: 18px;
 | 
					    padding-left: 17px;
 | 
				
			||||||
    padding-right: 12px;
 | 
					    padding-right: 12px;
 | 
				
			||||||
    margin-left: -73px;
 | 
					    margin-left: -73px;
 | 
				
			||||||
    margin-top: 13px;
 | 
					    margin-top: 8px;
 | 
				
			||||||
    float: left;
 | 
					    float: left;
 | 
				
			||||||
    width: 24px;
 | 
					    width: 24px;
 | 
				
			||||||
    text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user