Update: Fixes moving loading icon when wallet details are refreshing

This commit is contained in:
Sam Cheng Hung 2018-03-29 14:59:01 +09:00
commit 1bf28d6e63
3 changed files with 9 additions and 2 deletions

View file

@ -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;