Move artifact pane reveal button to top-right

This commit is contained in:
Haitao Pan 2026-03-25 14:42:11 +08:00
parent bee56272d1
commit 9094d93074

View File

@ -513,7 +513,7 @@ class _WebAssistantPageState extends State<WebAssistantPage> {
if (_artifactPaneCollapsed)
Positioned(
right: 8,
top: math.max(12.0, (constraints.maxHeight - 56) / 2),
top: 12,
child: AssistantArtifactSidebarRevealButton(
onTap: () {
setState(() {