dev: hotfix, styling

+ sidebar
+ modal and dialog
This commit is contained in:
2025-10-16 05:28:40 +07:00
parent 1cae6de418
commit bf831edead
6 changed files with 9 additions and 9 deletions

No files matched your search

@@ -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>