adds margin to avatar in composer-action-title

This commit is contained in:
Joffrey JAFFEUX 2018-02-01 18:41:11 +01:00 committed by GitHub
parent e3301c4869
commit 42399261ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,10 @@
.d-icon {
margin-right: 5px;
}
img.avatar {
margin-right: 3px;
}
}
.composer-controls {
margin-left: auto;