Improve response when press menu icon. Remove transition effects on modals
This commit is contained in:
parent
ae1d2003d0
commit
cd44017167
4 changed files with 47 additions and 5 deletions
|
|
@ -85,7 +85,7 @@
|
|||
<div ng-controller="SidebarController" ng-show="$root.iden && !$root.hideNavigation && !$root.wpInputFocused">
|
||||
<nav class="tab-bar">
|
||||
<section class="left-small">
|
||||
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
||||
<a href class="menu-icon" ng-click="openMenu()"><span></span></a>
|
||||
</section>
|
||||
|
||||
<section class="right-small"
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
ng-class="{'main':$root.iden && !$root.starting && !$root.hideNavigation && !$root.wpInputFocused}"
|
||||
ng-view></section>
|
||||
|
||||
<a class="exit-off-canvas"></a>
|
||||
<a class="close-menu" ng-click="swipe()"></a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue