Spaces:
Running
Running
style: update padding and margin for ThinkingMessagePart component
Browse files- components/chat-sidebar.tsx +1 -1
- components/message.tsx +1 -1
components/chat-sidebar.tsx
CHANGED
@@ -243,7 +243,7 @@ export function ChatSidebar() {
|
|
243 |
</div>
|
244 |
</div>
|
245 |
|
246 |
-
<SidebarGroup className="flex-shrink-0 ">
|
247 |
<SidebarGroupLabel className={cn(
|
248 |
"px-4 pt-0 text-xs font-medium text-muted-foreground/80 uppercase tracking-wider",
|
249 |
isCollapsed ? "sr-only" : ""
|
|
|
243 |
</div>
|
244 |
</div>
|
245 |
|
246 |
+
<SidebarGroup className="flex-shrink-0 invisible">
|
247 |
<SidebarGroupLabel className={cn(
|
248 |
"px-4 pt-0 text-xs font-medium text-muted-foreground/80 uppercase tracking-wider",
|
249 |
isCollapsed ? "sr-only" : ""
|
components/message.tsx
CHANGED
@@ -105,7 +105,7 @@ export function ThinkingMessagePart({
|
|
105 |
<div
|
106 |
className={cn(
|
107 |
"text-sm text-muted-foreground flex flex-col gap-2",
|
108 |
-
"pl-
|
109 |
"border-l border-primary/30"
|
110 |
)}
|
111 |
>
|
|
|
105 |
<div
|
106 |
className={cn(
|
107 |
"text-sm text-muted-foreground flex flex-col gap-2",
|
108 |
+
"pl-2.5 ml-0.5 mt-2",
|
109 |
"border-l border-primary/30"
|
110 |
)}
|
111 |
>
|