diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-27 12:34:24 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-27 12:34:24 +0200 |
commit | bd951e926f7913568257f321f2894dfcc66aa3b3 (patch) | |
tree | 05fba507f0aca7ecb71c81cb33f994c415e86690 /apps | |
parent | eace50704310d4a1e8386d092242efa6d3d81d91 (diff) | |
download | nextcloud-server-bd951e926f7913568257f321f2894dfcc66aa3b3.tar.gz nextcloud-server-bd951e926f7913568257f321f2894dfcc66aa3b3.zip |
avatar css fixes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/comments/css/comments.css | 12 |
1 files changed, 10 insertions, 2 deletions
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; |