Merge pull request #5280 from michel-zimmer/call-container-avatar-initial-center

Fix call container avatar initial centering
This commit is contained in:
Michael Telatynski 2020-10-06 08:25:26 +01:00 committed by GitHub
commit 48da4c2abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ limitations under the License.
display: flex;
direction: row;
img {
img, .mx_BaseAvatar_initial {
margin: 8px;
}