chore: adjust chat ui

This commit is contained in:
nathan 2024-06-03 14:34:48 +08:00
parent aec7bc847e
commit 4762d69851
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ class AIChatPluginBuilder extends PluginBuilder {
class AIChatPluginConfig implements PluginConfig { class AIChatPluginConfig implements PluginConfig {
@override @override
bool get creatable => false; bool get creatable => true;
} }
class AIChatPagePlugin extends Plugin { class AIChatPagePlugin extends Plugin {

View File

@ -256,7 +256,7 @@ class _AIChatPageState extends State<AIChatPage> {
query.padding.right, query.padding.right,
query.viewInsets.bottom + query.padding.bottom, query.viewInsets.bottom + query.padding.bottom,
) )
: EdgeInsets.zero; : const EdgeInsets.symmetric(horizontal: 70);
return Column( return Column(
children: [ children: [
ClipRect( ClipRect(