summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-11-12 11:31:05 +0100
committerGitHub <noreply@github.com>2018-11-12 11:31:05 +0100
commitc58cfc54a40fb35eb6b6d0283deebad4016f5347 (patch)
tree6a9642542aa6bc9512547d640d8a102e7f79da07
parent7c62787ab1178c632b67ef55ff0edf5c3b44fc19 (diff)
parent7bce81b9f1452e8590874f1e693710d93d49ccf7 (diff)
Merge pull request #1287 from nextcloud/fix-vertical-position-of-contacts-menu-on-author-row
Fix vertical position of contacts menu on author row
-rw-r--r--css/comments.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/comments.scss b/css/comments.scss
index 459d782d0..409860437 100644
--- a/css/comments.scss
+++ b/css/comments.scss
@@ -150,6 +150,10 @@
width: 100%;
}
+#commentsTabView .comment .authorRow .contactsmenu-popover {
+ top: 32px;
+}
+
body:not(#body-public) #commentsTabView .comment .authorRow:not(.currentUser):not(.guestUser) {
.avatar,
.avatar img,