Commit 8d5243bd by xuchao

Updated: $left-sidebar-width: 160px

parent ce6b5c6d
......@@ -6,3 +6,4 @@
/pkg/
/spec/reports/
/tmp/
*.DS_Store
......@@ -713,7 +713,7 @@ var App = (function () {
asideDiv = $(".be-scroller-aside", wrapper);
toggleLeftSidebarButton = $('.be-toggle-left-sidebar', topNavbar);
notificationsDiv = $(".be-scroller-notifications", topNavbar);
openSidebar = false;
openSidebar = true;
//Extends basic config with options
$.extend( config, options );
......
......@@ -503,7 +503,7 @@ $navbar-default-brand-color: $navbar-default-link-color !default;
// Left Sidebar
$left-sidebar-bg: is-custom-color($left-sidebar-colors, "left-sidebar-bg") !default;
$left-sidebar-width: 230px !default;
$left-sidebar-width: 160px !default;
$left-sidebar-text-color: is-custom-color($vartype: $left-sidebar-colors, $list-name: "left-sidebar-text-color", $function-name: "shade-correction", $param1: $left-sidebar-bg, $param3: true) !default;
$left-sidebar-text-active-color: is-custom-color($left-sidebar-colors, "left-sidebar-text-active-color", "primary-contrast-correction", theme-color("primary"), $left-sidebar-bg) !default;
$left-sidebar-divider-color: is-custom-color($left-sidebar-colors, "left-sidebar-divider-color", "shade-contrast-correction", theme-color("primary"), $left-sidebar-bg) !default;
......@@ -525,7 +525,7 @@ $left-sidebar-sub-level-padding: 8px 15px 8px 49px !default;
$left-sidebar-multilevel-sub-level-padding: 49px !default;
$left-sidebar-collapsible-submenu-padding: 25px !default;
$left-sidebar-collapsed-width: 60px !default;
$left-sidebar-collapsed-submenu-width: 232px !default;
$left-sidebar-collapsed-submenu-width: 160px !default;
// Right Sidebar
$right-sidebar-width: 290px !default;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment