fix reconnect notification style
This commit is contained in:
parent
f811f91952
commit
40e785760a
2 changed files with 16 additions and 8 deletions
|
|
@ -13,7 +13,10 @@
|
|||
<div class="page">
|
||||
<div class="off-canvas-wrap">
|
||||
<div class="inner-wrap">
|
||||
<span class="status" ng-if="$root.reconnecting">Attempting to reconnect...</span>
|
||||
<span class="status" ng-if="$root.reconnecting">
|
||||
<i class="fi-loop icon-rotate m15r"></i>
|
||||
Attempting to reconnect...
|
||||
</span>
|
||||
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet ||
|
||||
!$root.wallet.isReady() || $root.wallet.isLocked}">
|
||||
<section class="left-small">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue