Add margin to flair avatars to separate them

pull/5137/head
Luke Barnard 2017-09-27 14:15:21 +01:00
parent 2adf08dee0
commit 1740319b7a
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ limitations under the License.
opacity: 0.7;
}
.mx_EventTile .mx_SenderProfile .mx_Flair img {
margin-right: 2px;
}
.mx_EventTile .mx_MessageTimestamp {
display: block;
visibility: hidden;