mirror of https://github.com/vector-im/riot-web
Add margin to flair avatars to separate them
parent
2adf08dee0
commit
1740319b7a
|
@ -65,6 +65,10 @@ limitations under the License.
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_EventTile .mx_SenderProfile .mx_Flair img {
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile .mx_MessageTimestamp {
|
.mx_EventTile .mx_MessageTimestamp {
|
||||||
display: block;
|
display: block;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
Loading…
Reference in New Issue