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
@@ -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,
)"