Fix avatar image position on global activities (#1792)

This commit is contained in:
aignatov-bio 2019-05-22 10:21:18 +02:00 committed by GitHub
parent 2cee46a10d
commit da33a053cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,12 +92,16 @@
}
p {
margin-bottom: 3px;
text-indent: -35px;
margin-bottom: 0;
}
.atwho-user-img-popover {
margin: -5px 0;
.atwho-user-container {
height: 20px;
margin-left: -35px;
.global-avatar-container {
margin: 0 5px 0 0;
}
}
}