Skip to content

Commit

Permalink
Merge pull request #189 from vu3th/fix/modal-style
Browse files Browse the repository at this point in the history
fix(modal): fix modal style on mobile
  • Loading branch information
johnson86tw committed May 17, 2024
2 parents cdf6e68 + fbed8ee commit b9deda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modal/src/VueDappModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const vdModalPadding = computed(() => {
width: 450px;
}
@media (max-width: 460px) {
@media (max-width: 550px) {
#vd-modal.vd-modal-column {
grid-template-columns: repeat(1, minmax(0, 1fr));
width: 100%;
Expand Down

0 comments on commit b9deda3

Please sign in to comment.