diff --git a/resources/js/components/SMDialog.vue b/resources/js/components/SMDialog.vue index 1e76b6e..e6b556e 100644 --- a/resources/js/components/SMDialog.vue +++ b/resources/js/components/SMDialog.vue @@ -115,10 +115,20 @@ defineProps({ } @media only screen and (max-width: 640px) { + .sm-container .sm-dialog { + margin: 0 -1rem; + + &.sm-dialog-full { + width: auto; + } + } + .sm-dialog { padding: map-get($spacer, 5) map-get($spacer, 4) map-get($spacer, 4) map-get($spacer, 4); min-width: auto; + box-shadow: none; + border-radius: 0; .sm-button { display: block;