Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Update changelog, Add hodl wallet on the footer, update style
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed May 19, 2018
1 parent fb6c08c commit 2442bbe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Release v3.21.12
### Fixes
- Ensure to address is empty when setting final kyber swap values [#1858](https://github.com/kvhnuke/etherwallet/pull/1858)
### New
- Disable email obfuscation [#1857](https://github.com/kvhnuke/etherwallet/pull/1857)
- Add x888 Node [#1855](https://github.com/kvhnuke/etherwallet/pull/1855)
- Add GANA custom gas [#1852](https://github.com/kvhnuke/etherwallet/pull/1852)
- Add AIgathaToken custom gas [#1849](https://github.com/kvhnuke/etherwallet/pull/1849)
Expand Down
3 changes: 2 additions & 1 deletion app/includes/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@
<a class="footer__pill" aria-label="Swap Ether or Bitcoin via Bity.com" href="https://bity.com/af/jshkb37v" target="_blank" rel="noopener noreferrer">Swap ETH/BTC/EUR/CHF via Bity.com</a>
</div>
<p> Buy a... </p>
<div class="footer__pill-wrap">
<div class="footer__pill-wrap footer__pill-custom-wrap">
<a class="footer__pill" href="https://www.ledgerwallet.com/r/fa4b?path=/products/" target="_blank" rel="noopener">Ledger Wallet</a>
<a class="footer__pill" href="https://trezor.io/?a=myetherwallet.com" target="_blank" rel="noopener">TREZOR</a>
<a class="footer__pill" href="https://digitalbitbox.com/?ref=mew" target="_blank" rel="noopener">Digital Bitbox</a>
<a class="footer__pill" href="https://ether.cards/?utm_source=mew&utm_medium=cpm&utm_campaign=site" target="_blank" rel="noopener">ether.card</a>
<a class="footer__pill" href="https://thehodlwallet.com?aff=15" target="_blank" rel="noopener">Hodl Wallet</a>
</div>

<h5><i aria-hidden="true">💝</i> Donations are always appreciated!</h5>
Expand Down
12 changes: 12 additions & 0 deletions app/styles/etherwallet-custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -789,3 +789,15 @@ header.ETSC {
cursor: pointer;
}
}

@media screen and (max-width: 600px) {
.footer__pill-custom-wrap {
display: flex;
flex-wrap: wrap;

a {
flex: auto;
max-width: 115px;
}
}
}

0 comments on commit 2442bbe

Please sign in to comment.