mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	Modify crumbbar style to look like an arrowbar
Also: * Change fixed element positioning and fix bugs * Move settings dropdown back to the right and add left padding to left sidebar (imported from commit fcf903b59617687f94618a01ce7544b69f408130)
This commit is contained in:
		@@ -487,7 +487,6 @@ exports.resize_page_components = function () {
 | 
			
		||||
    } else {
 | 
			
		||||
        desired_width = $("#main_div").outerWidth();
 | 
			
		||||
    }
 | 
			
		||||
    tab_bar_under.width(desired_width);
 | 
			
		||||
 | 
			
		||||
    var h;
 | 
			
		||||
    var sidebar;
 | 
			
		||||
@@ -495,6 +494,8 @@ exports.resize_page_components = function () {
 | 
			
		||||
    if (feature_flags.left_side_userlist) {
 | 
			
		||||
        var css_narrow_mode = viewport.is_narrow();
 | 
			
		||||
 | 
			
		||||
        $("#top_navbar").removeClass("rightside-userlist");
 | 
			
		||||
 | 
			
		||||
        if (css_narrow_mode && !narrow_window) {
 | 
			
		||||
            // move stuff to the left sidebar (skinny mode)
 | 
			
		||||
            narrow_window = true;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user