mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Move crumbbar to header and change visual appearance
(imported from commit 435e3b46b615f6c496be10b7d170ed3e4201787d)
This commit is contained in:
		@@ -480,7 +480,6 @@ exports.resize_bottom_whitespace = function (h) {
 | 
			
		||||
exports.resize_page_components = function () {
 | 
			
		||||
    var composebox = $("#compose");
 | 
			
		||||
    var floating_recipient_bar = $("#floating_recipient_bar");
 | 
			
		||||
    var tab_bar = $("#tab_bar");
 | 
			
		||||
    var tab_bar_under = $("#tab_bar_underpadding");
 | 
			
		||||
    var desired_width;
 | 
			
		||||
    if (exports.home_tab_obscured() === 'other_tab') {
 | 
			
		||||
@@ -488,7 +487,6 @@ exports.resize_page_components = function () {
 | 
			
		||||
    } else {
 | 
			
		||||
        desired_width = $("#main_div").outerWidth();
 | 
			
		||||
    }
 | 
			
		||||
    tab_bar.width(desired_width);
 | 
			
		||||
    tab_bar_under.width(desired_width);
 | 
			
		||||
 | 
			
		||||
    var h;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user