summaryrefslogtreecommitdiffstats
path: root/apps/comments/css
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2018-09-18 11:42:26 +0200
committerGitHub <noreply@github.com>2018-09-18 11:42:26 +0200
commit7f6d42c26346e79160d3f4e02802eddf8057902f (patch)
tree660ea58fc7b1550259552fa63ce2fdc508b1809c /apps/comments/css
parent7ab19366dc34e17eacdaa58bfbb54b9221491a1c (diff)
parent9cb8b51d4238f15cc61860f7ac68f97128d87d55 (diff)
downloadnextcloud-server-7f6d42c26346e79160d3f4e02802eddf8057902f.tar.gz
nextcloud-server-7f6d42c26346e79160d3f4e02802eddf8057902f.zip
Merge pull request #11258 from nextcloud/fix-contacts-menu-on-mentions
Fix contacts menu on mentions
Diffstat (limited to 'apps/comments/css')
-rw-r--r--apps/comments/css/comments.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss
index 84d328ca6f5..e631d6891ff 100644
--- a/apps/comments/css/comments.scss
+++ b/apps/comments/css/comments.scss
@@ -254,3 +254,8 @@
.app-files .action-comment {
padding: 16px 14px;
}
+
+#commentsTabView .comment .message .contactsmenu-popover {
+ left: -6px;
+ top: 24px;
+}