Update: Fixes moving loading icon when wallet details are refreshing
This commit is contained in:
parent
71bdd845da
commit
1bf28d6e63
3 changed files with 9 additions and 2 deletions
|
|
@ -10740,7 +10740,7 @@ textarea.d-block {
|
|||
#tab-receive .payment-received-container .payment-received-amount {
|
||||
font-size: 1.8em;
|
||||
display: block;
|
||||
margin: 15px auto; }
|
||||
margin: 20px auto; }
|
||||
#tab-receive .payment-received-container .payment-received-currency {
|
||||
text-transform: uppercase; }
|
||||
|
||||
|
|
@ -11587,6 +11587,9 @@ a.item {
|
|||
color: #445;
|
||||
font-size: 0.9em; }
|
||||
|
||||
.loading-wallet svg {
|
||||
margin-top: 0; }
|
||||
|
||||
#advanced-settings .list .item:before {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue