Skip to content

Commit

Permalink
Merge pull request #737 from abaicus/#723
Browse files Browse the repository at this point in the history
fix: hide mobile sidebar toggle if sidebar is dropdown
  • Loading branch information
selul authored Sep 9, 2019
2 parents ee6ae3e + 16eb5dd commit dc81632
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@
visibility: visible;
z-index: $menu_sidebar_active_z_index;
overflow: hidden;
.close-sidebar-panel {
display: none;
}
}

.header-menu-sidebar-inner {
Expand Down
4 changes: 4 additions & 0 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2649,6 +2649,10 @@ audio {
overflow: hidden;
}

.menu_sidebar_dropdown .header-menu-sidebar .close-sidebar-panel {
display: none;
}

.menu_sidebar_dropdown .header-menu-sidebar-inner {
max-width: 48em;
margin: 0 auto;
Expand Down
2 changes: 1 addition & 1 deletion style-rtl.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.min.css

Large diffs are not rendered by default.

0 comments on commit dc81632

Please sign in to comment.