File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,7 @@ export function AppSidebar({ ...props }: ComponentProps<typeof Sidebar>) {
86
86
< SidebarHeader >
87
87
< UITarsHeader />
88
88
< SidebarMenu className = "items-center" >
89
- < SidebarMenuButton
90
- className = "h-12 font-medium py-1 px-3"
91
- onClick = { goHome }
92
- >
89
+ < SidebarMenuButton className = "font-medium" onClick = { goHome } >
93
90
< Home />
94
91
Home
95
92
</ SidebarMenuButton >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export function NavSettings({ open, onClick }: NavSettingsProps) {
24
24
< SidebarGroup >
25
25
< SidebarMenu className = "items-center" >
26
26
< SidebarMenuButton
27
- className = "h-12 font-medium"
27
+ className = "font-medium"
28
28
onClick = { ( ) => onClick ( true ) }
29
29
>
30
30
< Settings />
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ export function UITarsHeader() {
14
14
return (
15
15
< SidebarMenu className = "items-center" >
16
16
< SidebarMenuButton
17
- size = "lg"
18
- className = "data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground"
17
+ // size="lg"
18
+ className = "group-data-[collapsible=icon]:p-0! mb-2 data-[state=open]:bg-sidebar-accent data-[state=open]:text-sidebar-accent-foreground"
19
19
>
20
20
< div className = "flex aspect-square size-8 items-center justify-center rounded-lg" >
21
21
< img src = { logoVector } alt = "" />
You can’t perform that action at this time.
0 commit comments