diff --git a/css/main.css b/css/main.css index 6b4926b15..7cdd23465 100644 --- a/css/main.css +++ b/css/main.css @@ -19,8 +19,8 @@ html, body {height: 100%;} #footer { position: relative; - margin-top: -91px; /* negative value of footer height */ - height: 91px; + margin-top: -96px; /* negative value of footer height */ + height: 96px; clear:both; padding: 5px 2rem; } diff --git a/index.html b/index.html index 2af1f9782..896b28b65 100644 --- a/index.html +++ b/index.html @@ -110,19 +110,20 @@
+ ng-repeat="c in $root.wallet.getRegisteredPeerIds()"> - + + title="{{c.peerId + (c.peerId == $root.wallet.network.peerId?' (You)':'')}}" /> +
{{c.nick}}