Skip to content

Commit

Permalink
Remove debug styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aryzing committed Apr 5, 2024
1 parent 33c811b commit 0eccccc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib/WalletProviderSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export function WalletProviderSelector() {
}
.card {
border: 1px solid red;
min-height: 340px;
max-height: calc(100vh - 8rem);
width: 100%;
Expand Down Expand Up @@ -229,20 +228,16 @@ export function WalletProviderSelector() {
display: grid;
height: 100%;
background: rgba(0, 0, 255, 0.3);
}
.left-panel {
border: 3px solid green;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
.wallets-grid-container {
border: 3px solid blue;
overflow: auto;
flex-grow: 1;
}
Expand Down Expand Up @@ -281,7 +276,6 @@ export function WalletProviderSelector() {
.right-panel {
display: flex;
border: 3px solid yellow;
flex-direction: column;
justify-content: center;
align-items: center;
Expand Down Expand Up @@ -312,7 +306,6 @@ export function WalletProviderSelector() {
display: "flex",
"justify-content": "center",
"align-items": "center",
border: "1px solid black",
height: "100%",
}}
>
Expand Down

0 comments on commit 0eccccc

Please sign in to comment.