Remove JS logic for resizing floating recipient bar and composition area and do it with pure CSS instead

(imported from commit b19d1b008cc070f29e08fd93416e9a5d01e2f110)
This commit is contained in:
Allen Rabinovich
2013-08-21 10:53:34 -07:00
parent 3f95e54dc1
commit 834ff7d750
3 changed files with 49 additions and 16 deletions

View File

@@ -365,8 +365,6 @@ exports.resize_page_components = function () {
} else {
desired_width = $("#main_div").outerWidth();
}
composebox.width(desired_width);
floating_recipient_bar.width(desired_width);
tab_bar.width(desired_width);
tab_bar_under.width(desired_width);