Skip to content

Commit

Permalink
fix(Slideover): remove useless padding
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Mar 30, 2022
1 parent 7237dcb commit cf021a5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/runtime/components/overlays/Slideover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
leave-to="-translate-x-full"
>
<div class="relative flex-1 flex flex-col w-full max-w-md u-bg-white focus:outline-none">
<div class="pb-4">
<div class="flex-shrink-0 flex items-center justify-between px-4 h-16 border-b u-border-gray-200">
<slot name="header" />
</div>

<slot />
<div class="flex-shrink-0 flex items-center justify-between px-4 h-16 border-b u-border-gray-200">
<slot name="header" />
</div>

<slot />
</div>
</TransitionChild>
</Dialog>
Expand Down

1 comment on commit cf021a5

@vercel
Copy link

@vercel vercel bot commented on cf021a5 Mar 30, 2022

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:

Please sign in to comment.