Skip to content

Commit

Permalink
Fix default values for mobile variables
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Jan 5, 2022
1 parent e61ec98 commit 6216a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ $sidebar-width: 210px !default;
$sidebar-mini-width: round($sidebar-width / 3) !default;
$sidebar-right-width: $sidebar-width !default;
$sidebar-right-mini-width: round($sidebar-right-width / 3) !default;
$sidebar-mobile-width: 80%;
$sidebar-right-mobile-width: $sidebar-mobile-width;
$sidebar-mobile-width: 80% !default;
$sidebar-right-mobile-width: $sidebar-mobile-width !default;
$sidebar-clickable-swipe-bg: fade($primary, 23%) !default;
$sidebar-obfuscator-bg: rgba(0, 0, 0, 0.5) !default;
$sidebar-obfuscator-duration: '0.3s' !default;
Expand Down

0 comments on commit 6216a26

Please sign in to comment.