From 1a9c13a655cd7754fa1aae9efb95220c77d9c0e4 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Fri, 20 Oct 2017 12:23:47 -0700 Subject: [PATCH] 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. --- static/styles/left-sidebar.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/static/styles/left-sidebar.css b/static/styles/left-sidebar.css index 2b94bf1e2f..246b64ca6c 100644 --- a/static/styles/left-sidebar.css +++ b/static/styles/left-sidebar.css @@ -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 {