css: Narrow the gap between searchbox and searchbox_legacy.

This is a prep commit which combines the previous `#searchbox`
block with the newly updated `#searchbox_legacy` block which
contains the modifications related to the new navbar display.

This only consists of changes to `#searchbox` and is still broken.
But it integrates the searchbox with the new tab_bar changes so that
only one searchbox is shown (instead of two, previously).
This commit is contained in:
Ryan Rehman
2020-05-15 13:14:31 +05:30
committed by Tim Abbott
parent e2417b5b37
commit 4cdd7aed2b
3 changed files with 40 additions and 22 deletions

View File

@@ -445,9 +445,7 @@ exports.initialize_everything = function () {
overlays.initialize();
invite.initialize();
timerender.initialize();
if (!page_params.search_pills_enabled) {
tab_bar.initialize();
}
tab_bar.initialize();
server_events.initialize();
user_status.initialize(user_status_params);
compose_pm_pill.initialize();