diff --git a/components/preferences/string.vue b/components/preferences/string.vue new file mode 100644 index 0000000..8ed5528 --- /dev/null +++ b/components/preferences/string.vue @@ -0,0 +1,31 @@ + + + \ No newline at end of file diff --git a/components/sidebars/sidebar.vue b/components/sidebars/sidebar.vue index 0b98d8d..8dda9fe 100644 --- a/components/sidebars/sidebar.vue +++ b/components/sidebars/sidebar.vue @@ -27,7 +27,7 @@ const route = useRoute();
+ class="flex h-16 shrink-0 items-center gap-2 transition-[width,height] ease-linear group-has-[[data-collapsible=icon]]/sidebar-wrapper:h-12 overflow-hidden bg-background">
diff --git a/components/ui/sidebar/SidebarInset.vue b/components/ui/sidebar/SidebarInset.vue index 717f158..11da692 100644 --- a/components/ui/sidebar/SidebarInset.vue +++ b/components/ui/sidebar/SidebarInset.vue @@ -1,20 +1,30 @@ diff --git a/layouts/app.vue b/layouts/app.vue index a4fd1f2..e01b7dd 100644 --- a/layouts/app.vue +++ b/layouts/app.vue @@ -1,6 +1,6 @@
@@ -16,6 +17,7 @@