fix note not visible in send tab
This commit is contained in:
parent
949106f067
commit
1d3f7345a3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div class="bottom-bar second-bottom-bar row collapse animated slideInRight" ng-class="{ 'slideOutRight': !showPlugins }" ng-if="index.menu.length > 6">
|
||||
<div ng-hide="hideMenuBar" class="bottom-bar second-bottom-bar row collapse animated slideInRight" ng-class="{ 'slideOutRight': !showPlugins }" ng-if="index.menu.length > 6">
|
||||
<div class="medium-{{index.menuItemSize}} small-{{index.menuItemSize}} columns text-center bottombar-item" ng-repeat="item in index.menu | limitTo: 5 - index.menu.length">
|
||||
<span ng-include="'views/includes/menu-item.html'"></span>
|
||||
</div>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<menu-toggle ng-show="index.menu.length > 6"></menu-toggle>
|
||||
</div>
|
||||
|
||||
<div class="bottom-bar row collapse" ng-show="!index.notAuthorized">
|
||||
<div ng-hide="hideMenuBar" class="bottom-bar row collapse" ng-show="!index.notAuthorized">
|
||||
<div ng-class="{ 'medium-10 small-10 columns': index.menu.length == 5 }">
|
||||
<div class="row collapse">
|
||||
<div class="medium-{{index.menuItemSize}} small-{{index.menuItemSize}} columns text-center bottombar-item"
|
||||
|
|
|
|||
|
|
@ -488,7 +488,7 @@
|
|||
<div class="input">
|
||||
<textarea id="comment" ng-disabled="home.blockUx" name="comment"
|
||||
ng-maxlength="500" ng-model="_comment" ng-focus="home.formFocus('msg')"
|
||||
ng-blur="home.formFocus(false)" ng-click="home.scrollUp('comment')"></textarea>
|
||||
ng-blur="home.formFocus(false)"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue