cd9db1563d
* improve mobile ui * general cleanup * cleanup, improvements * fix hydration mismatch
8 lines
173 B
Vue
8 lines
173 B
Vue
<template>
|
|
<div
|
|
class="flex flex-col items-center gap-2 border-b-2 border-gray-100 p-3 px-5 sm:flex-row dark:border-neutral-600"
|
|
>
|
|
<slot />
|
|
</div>
|
|
</template>
|