From bd951e926f7913568257f321f2894dfcc66aa3b3 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 27 Oct 2017 12:34:24 +0200 Subject: avatar css fixes Signed-off-by: Arthur Schiwon --- apps/comments/css/comments.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'apps/comments') diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 3452a1aad57..c81f24b2135 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -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; -- cgit v1.2.3