summaryrefslogtreecommitdiffstats
path: root/apps/comments/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-11-23 02:12:09 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-11-23 02:12:09 +0100
commit4eb9c0142d7016870431c565c8d9e207aebec0f5 (patch)
tree57ccdca090f98095f95f73168ac1b1c524572703 /apps/comments/css
parentc4e2fc2aa61da7fc6791eac37c3a16fdc5097560 (diff)
downloadnextcloud-server-4eb9c0142d7016870431c565c8d9e207aebec0f5.tar.gz
nextcloud-server-4eb9c0142d7016870431c565c8d9e207aebec0f5.zip
Fix contacts menu vertical position for comment authors
The contacts menu was being shown as "inline-block", which caused the top of the menu to be aligned to the top of the author row. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/comments/css')
-rw-r--r--apps/comments/css/comments.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css
index 1ed418df2fc..19c15786a51 100644
--- a/apps/comments/css/comments.css
+++ b/apps/comments/css/comments.css
@@ -112,7 +112,7 @@
background-repeat: no-repeat;
}
-#commentsTabView .authorRow>div {
+#commentsTabView .authorRow>div:not(.contactsmenu-popover) {
display: inline-block;
vertical-align: middle;
}