From 87b6392eea2e13cb3e6ad8b23741db2956d03c17 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Thu, 6 Aug 2026 23:19:00 +0800 Subject: [PATCH] style(frontend): enhance button styling in AssistantPage Update button styles in AssistantPage to include minimum width and padding for better layout consistency across different screen sizes. --- frontend/src/components/pages/AssistantPage.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/pages/AssistantPage.tsx b/frontend/src/components/pages/AssistantPage.tsx index f1c34ff..e69afc8 100644 --- a/frontend/src/components/pages/AssistantPage.tsx +++ b/frontend/src/components/pages/AssistantPage.tsx @@ -927,13 +927,16 @@ export function AssistantPage(props: AssistantPageProps) {
-