Move inline CSS for flair

Also, move vertical align from mx_Flair to img otherwise the SenderProfile has increased height when Flair is present, causing bug with scroll position
pull/5275/head
Luke Barnard 2017-10-11 16:00:26 +01:00
parent 20d2a6685f
commit ae1a5a50b0
1 changed files with 2 additions and 0 deletions

View File

@ -63,9 +63,11 @@ limitations under the License.
.mx_EventTile .mx_SenderProfile .mx_Flair {
opacity: 0.7;
margin-left: 5px;
}
.mx_EventTile .mx_SenderProfile .mx_Flair img {
vertical-align: -3px;
margin-right: 2px;
}