left sidebar: Fix gaps between hover areas.

A somewhat recent refactoring of the left sidebar had introduced a gap
between the hover areas that looked off; this fixes this with a slight
rearrangement with where the 1px of space between elements lives.

Fixes #12508.
This commit is contained in:
Ryan Rehman 2019-08-21 17:32:13 +05:30 committed by Tim Abbott
parent 746e5b4c24
commit 8d0800210e
1 changed files with 3 additions and 3 deletions

View File

@ -93,15 +93,15 @@ li.show-more-topics a {
margin-bottom: 4px;
}
.narrows_panel li {
margin: 1px 0px;
.narrows_panel li a {
margin-top: 1px;
}
.narrows_panel li a:hover {
text-decoration: none;
}
#stream_filters li {
#stream_filters li a {
padding: 1px 0px;
}