sidebars: Add 1px of vertical margin to all <li>.

This makes the list slightly less dense (9%) and ensures that the
borders of hovered items and active items don’t touch each other.
This commit is contained in:
Brock Whittaker 2017-12-04 13:29:55 -08:00 committed by showell
parent 953ee778f3
commit 60e018e972
2 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,10 @@
font-weight: normal;
}
.left-sidebar li {
margin: 1px 0px;
}
.left-sidebar li a:hover {
text-decoration: none;
}

View File

@ -41,6 +41,7 @@
list-style-type: none;
border-radius: 4px;
margin: 1px 0px;
}
#user_presences .arrow {