diff --git a/webview-ui/src/components/Announcement.tsx b/webview-ui/src/components/Announcement.tsx index 16c740e..6bc365d 100644 --- a/webview-ui/src/components/Announcement.tsx +++ b/webview-ui/src/components/Announcement.tsx @@ -20,6 +20,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { padding: "12px 16px", margin: "5px 15px 5px 15px", position: "relative", + flexShrink: 0, }}> ) : ( - <> +
{showAnnouncement && } -
0 ? undefined : 1 }}> +

What can I do for you?

Thanks to{" "} @@ -497,7 +503,7 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie

{taskHistory.length > 0 && } - +
)} {task && ( <> diff --git a/webview-ui/src/components/HistoryPreview.tsx b/webview-ui/src/components/HistoryPreview.tsx index b13d431..0a9526d 100644 --- a/webview-ui/src/components/HistoryPreview.tsx +++ b/webview-ui/src/components/HistoryPreview.tsx @@ -29,7 +29,7 @@ const HistoryPreview = ({ showHistoryView }: HistoryPreviewProps) => { } return ( -
+