Skip to content

Commit

Permalink
frontend: improve exchange list styling
Browse files Browse the repository at this point in the history
Adjusted fontsize ans spacing so the BTC Direct does not break
onto 2 lines.
  • Loading branch information
thisconnect committed Feb 12, 2025
1 parent 300116e commit 941332d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
.container {
--size-default: 14px;
align-items: center;
background-color: var(--background-secondary);
border: none;
display: flex;
font-size: var(--size-default);
justify-content: space-between;
line-height: 1.571428;
padding: 16px;
text-align: left;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.exchangeName {
width: 40px;
width: 110px;
}

.exchangeContainer {
Expand Down Expand Up @@ -37,7 +37,7 @@
.paymentMethodsContainer {
display: flex;
flex-direction: column;
margin-left: 40px;
margin-left: 20px;
width: 100%;
padding-right: var(--space-quarter);
}
Expand All @@ -46,6 +46,7 @@
color: var(--color-default);
display: inline-block;
font-weight: 400;
line-height: 1.6;
margin: 0;
}
.paymentMethodName img {
Expand Down Expand Up @@ -176,7 +177,7 @@ span[role="radio"]:focus{

@media (max-width: 400px) {
.exchangeName {
width: 50px;
width: 150px;
}

.badgeContainer {
Expand Down

0 comments on commit 941332d

Please sign in to comment.