Skip to content

Commit

Permalink
fix(modal): fix modal style on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed May 17, 2024
1 parent cdf6e68 commit fbed8ee
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 fbed8ee

Please sign in to comment.