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>
This commit is contained in:
Daniel Calviño Sánchez 2017-11-23 02:12:09 +01:00
parent c4e2fc2aa6
commit 4eb9c0142d

View file

@ -112,7 +112,7 @@
background-repeat: no-repeat;
}
#commentsTabView .authorRow>div {
#commentsTabView .authorRow>div:not(.contactsmenu-popover) {
display: inline-block;
vertical-align: middle;
}