Skip to content

Commit

Permalink
chore: Update responsive styles for ManageAccount and VerifyWalletSet…
Browse files Browse the repository at this point in the history
…ting components
  • Loading branch information
Ysrbolles committed Jul 18, 2024
1 parent 4f17e8b commit fe66f9c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ManageAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,11 @@ export default class ManageAccount extends Vue {
line-height: 20px;
color: var(--camino-warning-color);
}
@media only screen and (max-width: 600px) {
.delete-section,
.manage_account--container {
max-width: 100%;
}
}
</style>
10 changes: 10 additions & 0 deletions src/views/VerifyWalletSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,14 @@ export default class VerifyWalletSetting extends Vue {
}
}
}
@media only screen and (max-width: 600px) {
.verify-wallet--container {
.header {
p {
max-width: 100%;
}
}
}
}
</style>

0 comments on commit fe66f9c

Please sign in to comment.