mirror of https://github.com/zulip/zulip.git
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:
parent
746e5b4c24
commit
8d0800210e
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue