Add reconnecting notification, change subscribed list to dict, update balance after reconnect
This commit is contained in:
parent
0623c87727
commit
b97a332ae9
6 changed files with 49 additions and 26 deletions
|
|
@ -128,6 +128,19 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
|
|||
-webkit-box-shadow: 0 0 0px 1000px white inset;
|
||||
}
|
||||
|
||||
.status {
|
||||
border: 1px solid #f0c36d;
|
||||
background-color: #f9edbe;
|
||||
position: absolute;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 10px;
|
||||
width: 215px;
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
.join label,
|
||||
.open label,
|
||||
.setup label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue