Skip to content

Commit

Permalink
Used default MUI Breakpoints and adjusted spacing between the wallet …
Browse files Browse the repository at this point in the history
…buttons
  • Loading branch information
jasneetsingh6114 committed Mar 7, 2025
1 parent 825a2e2 commit 897933e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Components/WalletProvider/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}

/* Responsive fixes */
@media (max-width: 1093px) {
@media (max-width: 1200px) {
.wallet-adapter-button {
font-size: var(--env-var-font-size-medium) !important;
padding: calc((var(--env-var-height-2) - var(--env-var-font-size-medium) * 1.2) / 2)
Expand All @@ -40,7 +40,7 @@
}
}

@media (max-width: 910px) {
@media (max-width: 900px) {
.wallet-adapter-modal-wrapper {
flex-direction: column !important;
}
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Settings/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const Settings = () => {
monitor to connect to multiple nodes globally.
</Typography>
</Box>
<Box>
<Box sx={{ display: 'flex', flexWrap: 'wrap', justifyContent: 'flex-start', gap: 2 }}>
<Stack
direction="row"
spacing={2}
Expand Down

0 comments on commit 897933e

Please sign in to comment.