From 912590a1438d79118fcabb242d6592f3cd999622 Mon Sep 17 00:00:00 2001 From: Austin Pickett Date: Tue, 28 Apr 2026 13:11:47 -0400 Subject: [PATCH] fix: button sizes --- web/src/components/ChatSidebar.tsx | 1 + web/src/components/OAuthProvidersCard.tsx | 8 +++++++- web/src/pages/AnalyticsPage.tsx | 2 ++ web/src/pages/ConfigPage.tsx | 9 ++++++++- web/src/pages/EnvPage.tsx | 18 ++++++++++++++++-- web/src/pages/LogsPage.tsx | 1 + 6 files changed, 35 insertions(+), 4 deletions(-) diff --git a/web/src/components/ChatSidebar.tsx b/web/src/components/ChatSidebar.tsx index 85935a46..4436555b 100644 --- a/web/src/components/ChatSidebar.tsx +++ b/web/src/components/ChatSidebar.tsx @@ -342,6 +342,7 @@ export function ChatSidebar({ channel, className }: ChatSidebarProps) { {error && ( )} @@ -229,6 +234,7 @@ export function OAuthProvidersCard({ onError, onSuccess }: Props) { )} {p.status.logged_in && p.flow !== "external" && ( ) : ( - )} diff --git a/web/src/pages/EnvPage.tsx b/web/src/pages/EnvPage.tsx index 51c26c24..639ecf63 100644 --- a/web/src/pages/EnvPage.tsx +++ b/web/src/pages/EnvPage.tsx @@ -151,6 +151,7 @@ function EnvVarRow({ )} - @@ -680,7 +690,11 @@ export default function EnvPage() { {t.env.changesNote}

- diff --git a/web/src/pages/LogsPage.tsx b/web/src/pages/LogsPage.tsx index 92f6b1c5..22777e16 100644 --- a/web/src/pages/LogsPage.tsx +++ b/web/src/pages/LogsPage.tsx @@ -110,6 +110,7 @@ export default function LogsPage() {