Skip to content

Commit

Permalink
Adjust staking panel actions buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Anboias committed Nov 15, 2024
1 parent 28a944b commit dd9d98e
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
width: 40%;

@media (min-width: $sm) and (max-width: $md) {
width: 80px;
width: 60px;
}
}

Expand All @@ -63,6 +63,14 @@
gap: $space-md;
margin-top: $space-lg;
white-space: nowrap;

@media (min-width: $sm) and (max-width: $md) {
flex-direction: column-reverse;

* {
width: 100%;
}
}
}

.pendingUnstakeCountdown {
Expand Down

0 comments on commit dd9d98e

Please sign in to comment.