dev: hotfix, styling

+ sidebar
+ modal and dialog
This commit is contained in:
2025-10-16 05:06:46 +07:00
parent 070239270e
commit ad94e1d06f
6 changed files with 9 additions and 9 deletions
@@ -9,7 +9,7 @@ const props = defineProps<{
<template>
<div
:class="cn('flex flex-col gap-y-1.5 text-center sm:text-left', props.class)"
:class="cn('flex flex-col gap-y-2 text-center sm:text-left mb-2 2xl:mb-3', props.class)"
>
<slot />
</div>