Fix empty space in menu bar with one addon
This commit is contained in:
parent
deba8f12af
commit
dcafad99a7
3 changed files with 20 additions and 18 deletions
9
public/views/includes/menu-item.html
Normal file
9
public/views/includes/menu-item.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<a ng-click="index.setTab(item.link)" ng-class="{'active': index.tab == item.link}" id="menu-{{item.link}}">
|
||||
<i class="size-24 {{item.icon}} db"></i>
|
||||
<div class="size-10 tu">
|
||||
{{ item.title|translate }}
|
||||
<span class="label alert round" ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">
|
||||
{{ index.pendingTxProposalsCountForUs }}
|
||||
</span>
|
||||
</div>
|
||||
</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue