right-sidebar: Vertically align arrows in user presences.

The arrows were too low by 2px due to the generic styling that
applied to the left sidebar not working consistently with the
right sidebar.
This commit is contained in:
Brock Whittaker 2017-10-18 13:21:24 -07:00 committed by Tim Abbott
parent 6f77887b4d
commit 4a4fbe3194
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
list-style-type: none;
}
#user_presences .arrow {
top: 0px;
}
#group-pm-title {
margin: 10px 0px 0px 0px;
display: inline-block;