Browse Source

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>
pull/7251/head
Daniel Calviño Sánchez 9 years ago
parent
commit
4eb9c0142d
  1. 2
      apps/comments/css/comments.css

2
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;
}

Loading…
Cancel
Save