Move artifact pane reveal button to top-right
This commit is contained in:
parent
bee56272d1
commit
9094d93074
@ -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(() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user