mirror of https://github.com/zulip/zulip.git
Add hr to the sidebar with zero margins.
(imported from commit 30fd816c55a9eaf7fecc5670d08f0a44c2489ac7)
This commit is contained in:
parent
d9e50117be
commit
57d8b8d30c
|
@ -130,6 +130,7 @@ var people_list = [
|
|||
<i class="icon-info-sign"></i>
|
||||
<span class="hidden-phone"> Keyboard shortcuts</span>
|
||||
</a>
|
||||
<hr class="sidebar" />
|
||||
</li>
|
||||
<li title="Feedback">
|
||||
<a href="#feedback" onclick="compose.start('private', { 'private_message_recipient': 'feedback@humbughq.com' });">
|
||||
|
@ -143,6 +144,7 @@ var people_list = [
|
|||
<span class="hidden-phone"> Invite users to Humbug</span>
|
||||
</a>
|
||||
</li>
|
||||
<hr class="sidebar"/>
|
||||
<li title="Log out">
|
||||
<a href="/accounts/logout">
|
||||
<i class="icon-off"></i>
|
||||
|
|
Loading…
Reference in New Issue