fix insight notification mobile
This commit is contained in:
parent
4b41915df6
commit
159b717b2f
2 changed files with 9 additions and 1 deletions
|
|
@ -12,6 +12,14 @@
|
|||
border: none;
|
||||
}
|
||||
|
||||
.status {
|
||||
left: 0;
|
||||
top: 45px;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
height: 55px;
|
||||
}
|
||||
|
||||
.logo-setup {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<div class="off-canvas-wrap">
|
||||
<div class="inner-wrap">
|
||||
<span class="status" ng-if="$root.reconnecting">
|
||||
<i class="fi-loop icon-rotate m15r"></i>
|
||||
<i class="fi-loop icon-rotate m10r"></i>
|
||||
<span translate> Network Error. Attempting to reconnect...</span>
|
||||
</span>
|
||||
<nav class="tab-bar" ng-if="$root.wallet &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue