mirror of https://github.com/zulip/zulip.git
right-sidebar: Remove border on the top of user list
Remove the border on the top of user list, especially on the top of "USERS" word. The border is moved to bottom of feedback section.
This commit is contained in:
parent
b8fbfe305f
commit
38331aa81a
|
@ -197,8 +197,6 @@
|
|||
|
||||
#userlist-header,
|
||||
#group-pm-header {
|
||||
border-top: 1px solid #e2e2e2;
|
||||
margin-top: 5px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
@ -208,7 +206,9 @@
|
|||
|
||||
#feedback_section {
|
||||
text-align: left;
|
||||
padding-bottom: 10px;
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #e2e2e2;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.user-list-filter ,
|
||||
|
|
Loading…
Reference in New Issue