mirror of https://github.com/zulip/zulip.git
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:
parent
953ee778f3
commit
60e018e972
|
@ -53,6 +53,10 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.left-sidebar li {
|
||||
margin: 1px 0px;
|
||||
}
|
||||
|
||||
.left-sidebar li a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
list-style-type: none;
|
||||
|
||||
border-radius: 4px;
|
||||
margin: 1px 0px;
|
||||
}
|
||||
|
||||
#user_presences .arrow {
|
||||
|
|
Loading…
Reference in New Issue