mirror of https://github.com/zulip/zulip.git
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:
parent
6f77887b4d
commit
4a4fbe3194
|
@ -38,6 +38,10 @@
|
|||
list-style-type: none;
|
||||
}
|
||||
|
||||
#user_presences .arrow {
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
#group-pm-title {
|
||||
margin: 10px 0px 0px 0px;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue