ensure flair is 16px high
so it doesn't push the message down
This commit is contained in:
parent
60c4c55010
commit
18d897298d
1 changed files with 9 additions and 5 deletions
|
@ -58,12 +58,16 @@ limitations under the License.
|
||||||
.mx_EventTile .mx_SenderProfile .mx_Flair {
|
.mx_EventTile .mx_SenderProfile .mx_Flair {
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
display: inline-block;
|
||||||
|
vertical-align: top;
|
||||||
|
height: 16px;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.mx_EventTile .mx_SenderProfile .mx_Flair img {
|
img {
|
||||||
vertical-align: -2px;
|
vertical-align: -2px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile .mx_MessageTimestamp {
|
.mx_EventTile .mx_MessageTimestamp {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue