mirror of https://github.com/vector-im/riot-web
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 positionpull/5275/head
parent
20d2a6685f
commit
ae1a5a50b0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue