mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 11:03:54 +00:00
left sidebar: Restore 15px in "split" mode.
If users have the option to put user lists in the left sidebar for narrow windows, they will now get 15px more of real estate in the left sidebar. I just removed the `-15` fudge factor.
This commit is contained in:
@@ -128,8 +128,7 @@ function left_userlist_get_new_heights() {
|
||||
- parseInt(buddy_list_wrapper.css("marginTop"), 10)
|
||||
- parseInt(buddy_list_wrapper.css("marginBottom"), 10)
|
||||
- parseInt(group_pms.css("marginTop"), 10)
|
||||
- parseInt(group_pms.css("marginBottom"), 10)
|
||||
- 15;
|
||||
- parseInt(group_pms.css("marginBottom"), 10);
|
||||
|
||||
var blocks = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user