fixes sidebar. Amount in alternative currency breaking the layout. Vertical support for small devices

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-21 18:44:46 -03:00 committed by Matias Alejo Garcia
commit 768dba5d53
3 changed files with 71 additions and 99 deletions

View file

@ -1,5 +1,6 @@
<div ng-controller="VersionController">
<small>v{{version}}</small>
<small>#{{commitHash}}</small>
<small ng-if="$root.wallet.isTestnet()">[TESTNET]</small>
</div>