diff --git a/src/components/chat/view/subcomponents/ActivityIndicator.tsx b/src/components/chat/view/subcomponents/ActivityIndicator.tsx index afb30af4..810d2a2e 100644 --- a/src/components/chat/view/subcomponents/ActivityIndicator.tsx +++ b/src/components/chat/view/subcomponents/ActivityIndicator.tsx @@ -52,8 +52,8 @@ export default function ActivityIndicator({ activity, onAbort }: ActivityIndicat : t('claudeStatus.elapsed.minutesSeconds', { minutes, seconds, defaultValue: '{{minutes}}m {{seconds}}s' }); return ( -
-
+
+
{`${label}…`} {elapsedLabel} diff --git a/src/components/chat/view/subcomponents/ChatComposer.tsx b/src/components/chat/view/subcomponents/ChatComposer.tsx index 32ef91e2..1b099c3c 100644 --- a/src/components/chat/view/subcomponents/ChatComposer.tsx +++ b/src/components/chat/view/subcomponents/ChatComposer.tsx @@ -199,7 +199,9 @@ export default function ChatComposer({ return (
{!hasPendingPermissions && ( - +
+ +
)} {pendingPermissionRequests.length > 0 && (