From 0aa8f3562fcb4b8014a84f389fe5febc168cebf5 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 25 Mar 2026 14:42:11 +0800 Subject: [PATCH] Move artifact pane reveal button to top-right --- lib/web/web_assistant_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/web_assistant_page.dart b/lib/web/web_assistant_page.dart index 12c3f7bc..fa3aacf0 100644 --- a/lib/web/web_assistant_page.dart +++ b/lib/web/web_assistant_page.dart @@ -513,7 +513,7 @@ class _WebAssistantPageState extends State { if (_artifactPaneCollapsed) Positioned( right: 8, - top: math.max(12.0, (constraints.maxHeight - 56) / 2), + top: 12, child: AssistantArtifactSidebarRevealButton( onTap: () { setState(() {