mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
chore(Slideover): increase header padding on sm
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
<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 v-if="$slots.header" class="border-b u-border-gray-200">
|
<div v-if="$slots.header" class="border-b u-border-gray-200">
|
||||||
<div class="flex items-center justify-between px-4 h-16">
|
<div class="flex items-center justify-between px-4 sm:px-6 h-16">
|
||||||
<slot name="header" />
|
<slot name="header" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user