Skip to content

Commit

Permalink
Merge pull request #467 from poanetwork/vb-hw-wallets-buttons
Browse files Browse the repository at this point in the history
All HW wallets connect buttons in one line
  • Loading branch information
vbaranov committed Sep 21, 2021
2 parents c19cdc8 + 3dd5378 commit 7cb0a2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Current Master

- [#466](https://github.com/poanetwork/nifty-wallet/pull/466) - Update NPM dependencies to match Node v14.x
- [#403](https://github.com/poanetwork/nifty-wallet/pull/403) - Add D'CENT hardware wallet support
- [#403](https://github.com/poanetwork/nifty-wallet/pull/403), [#467](https://github.com/poanetwork/nifty-wallet/pull/467) - Add D'CENT hardware wallet support

## 5.2.5 Fri May 21 2021

Expand Down
2 changes: 0 additions & 2 deletions old-ui/app/components/connect-hardware/connect-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ class ConnectScreen extends Component {
<div className="hw-connect__btn-wrapper">
{this.renderConnectToLedgerButton()}
{this.renderConnectToTrezorButton()}
</div>
<div className="hw-connect__btn-wrapper">
{this.renderConnectToDcentButton()}
</div>
<button
Expand Down
6 changes: 3 additions & 3 deletions old-ui/app/css/hw.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@
.hw-connect__btn {
background: #fbfbfb;
border: 1px solid #e5e5e5;
height: 100px;
width: 150px;
height: 75px;
width: 50px;
flex: 1;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
}
.hw-connect__btn__img {
width: 95px;
width: 65px;
}
.hw-connect__btn.selected {
border: 2px solid #60DB97;
Expand Down

0 comments on commit 7cb0a2d

Please sign in to comment.