mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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
This commit is contained in:
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
Block a user