left-sidebar: Vertically align nested PM lines.

This vertically aligns the lines to be centered rather than about
three pixels closer to the bottom than to the top.
This commit is contained in:
Brock Whittaker
2017-10-20 12:23:47 -07:00
committed by Tim Abbott
parent e5a09f422c
commit 1a9c13a655

View File

@@ -367,13 +367,11 @@ li.topic-list-item {
li.show-more-private-messages,
li.expanded_private_message {
position: relative;
padding-left: 24px;
padding-bottom: 1px;
padding-top: 2px;
padding: 1px 0px 1px 24px;
}
li.expanded_private_message a {
margin-top: 3px;
margin: 2px 0px;
}
.show-all-streams a {