mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user