mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
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:
committed by
Tim Abbott
parent
e5a09f422c
commit
1a9c13a655
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user