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