mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
fix(Slideover): remove useless padding
This commit is contained in:
@@ -22,13 +22,11 @@
|
|||||||
leave-to="-translate-x-full"
|
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="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">
|
||||||
<div class="flex-shrink-0 flex items-center justify-between px-4 h-16 border-b u-border-gray-200">
|
<slot name="header" />
|
||||||
<slot name="header" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<slot />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</TransitionChild>
|
</TransitionChild>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|||||||
Reference in New Issue
Block a user