Skip to content

Commit

Permalink
fix(Modal): remove padding on mobile with fullscreen enabled
Browse files Browse the repository at this point in the history
Resolves #811
  • Loading branch information
benjamincanac committed Oct 12, 2023
1 parent 6137aca commit 550ac10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/overlays/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</TransitionChild>

<div :class="ui.inner">
<div :class="[ui.container, ui.padding]">
<div :class="[ui.container, !fullscreen && ui.padding]">
<TransitionChild as="template" :appear="appear" v-bind="transitionClass">
<HDialogPanel
:class="[
Expand Down

1 comment on commit 550ac10

@vercel
Copy link

@vercel vercel bot commented on 550ac10 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxt-js.vercel.app
ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.