Consider .user-list-filter in right sidebar calculations.

(imported from commit f94100ba78d5756f20729ab6d752bc48af68ea3c)
This commit is contained in:
Steve Howell
2014-02-19 15:16:37 -05:00
parent da874f8ec6
commit 2dd3776bc1

View File

@@ -402,6 +402,7 @@ function get_new_heights() {
- parseInt(user_presences.css("marginTop"),10)
- parseInt(user_presences.css("marginBottom"), 10)
- $("#userlist-header").outerHeight(true)
- $(".user-list-filter").outerHeight(true)
- invite_user_link_height
- parseInt(group_pms.css("marginTop"),10)
- parseInt(group_pms.css("marginBottom"), 10)
@@ -448,6 +449,7 @@ function left_userlist_get_new_heights() {
- $("#global_filters").outerHeight(true)
- $("#streams_header").outerHeight(true)
- $("#userlist-header").outerHeight(true)
- $(".user-list-filter").outerHeight(true)
- $("#group-pm-header").outerHeight(true)
- parseInt(stream_filters.css("marginBottom"),10)
- parseInt(user_presences.css("marginTop"), 10)