avatar css fixes

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2017-10-27 12:34:24 +02:00
parent eace507043
commit bd951e926f
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 10 additions and 2 deletions

View File

@ -62,13 +62,16 @@
margin-bottom: 30px;
}
#commentsTabView .comment .avatar {
#commentsTabView .comment .avatar,
.atwho-view-ul * .avatar{
width: 32px;
height: 32px;
line-height: 32px;
}
#commentsTabView .comment .message .avatar {
#commentsTabView .comment .message .avatar,
.atwho-view-ul * .avatar
{
display: inline-block;
}
@ -117,11 +120,16 @@
}
#commentsTabView .comments li .message .avatar-name-wrapper,
.atwho-view-ul * .avatar-name-wrapper,
#commentsTabView .comment .authorRow {
position: relative;
cursor: pointer;
}
.atwho-view-ul * .avatar-name-wrapper {
white-space: nowrap;
}
#commentsTabView .comment .author,
#commentsTabView .comment .date {
opacity: .5;