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

@@ -11,7 +11,7 @@ const props = defineProps<{
<ul
data-sidebar="menu-badge"
:class="cn(
'mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l border-sidebar-border px-2.5 py-0.5',
'mx-3.5 flex min-w-0 translate-x-px flex-col border-l border-sidebar-border px-2.5 py-0.5',
'group-data-[collapsible=icon]:hidden',
props.class,
)"