fixes position of balance on mobile
This commit is contained in:
parent
4b41915df6
commit
3722ef61bd
2 changed files with 13 additions and 9 deletions
|
|
@ -144,5 +144,10 @@
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top-balance {
|
||||||
|
width: auto;
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
17
index.html
17
index.html
|
|
@ -22,17 +22,16 @@
|
||||||
<section class="left-small">
|
<section class="left-small">
|
||||||
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
||||||
</section>
|
</section>
|
||||||
|
<section class="right-small text-center top-balance">
|
||||||
|
<span ng-if="$root.updatingBalance">
|
||||||
|
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||||
|
</span>
|
||||||
|
<span class="size-14" ng-if="!$root.updatingBalance">
|
||||||
|
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||||
|
</span>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section class="middle tab-bar-section">
|
<section class="middle tab-bar-section">
|
||||||
|
|
||||||
<h1 class="right">
|
|
||||||
<span ng-if="$root.updatingBalance">
|
|
||||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
|
||||||
</span>
|
|
||||||
<span class="size-14" ng-if="!$root.updatingBalance">
|
|
||||||
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
|
||||||
</span>
|
|
||||||
</h1>
|
|
||||||
<h1 class="title ellipsis">
|
<h1 class="title ellipsis">
|
||||||
{{$root.wallet.getName()}}
|
{{$root.wallet.getName()}}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue