Skip to content

Commit

Permalink
Merge branch 'feature/modal-size-issue' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho3einWave committed Nov 21, 2024
2 parents 3246a31 + 0e57298 commit 6fb5a95
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions lib/components/SwapButton/SwapButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
max-width: 28.125rem;
height: 100%;
max-height: 80%;
max-height: 23.75rem;
max-height: 30rem;
box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
border-radius: 0.75rem;
}
Expand Down Expand Up @@ -70,14 +70,6 @@

@media screen and (min-width: 768px) {
.mytonswap-app {
.modal-container {
.modal-container-inner {
height: 100%;
max-height: 80%;
max-height: 25rem;
border-radius: 1rem;
}
}
.swap-button {
height: 3.25rem;
font-size: var(--font-size-md);
Expand All @@ -87,14 +79,6 @@

@media screen and (min-width: 1024px) {
.mytonswap-app {
.modal-container {
.modal-container-inner {
height: 100%;
max-height: 80%;
max-height: 26.25rem;
border-radius: 1rem;
}
}
.swap-button {
height: 3.5rem;
border-radius: 1rem;
Expand Down

0 comments on commit 6fb5a95

Please sign in to comment.