diff --git a/frontend/appflowy_flutter/lib/plugins/ai_chat/chat.dart b/frontend/appflowy_flutter/lib/plugins/ai_chat/chat.dart index 1fa8efe3d8..cb69ee8d8d 100644 --- a/frontend/appflowy_flutter/lib/plugins/ai_chat/chat.dart +++ b/frontend/appflowy_flutter/lib/plugins/ai_chat/chat.dart @@ -35,7 +35,7 @@ class AIChatPluginBuilder extends PluginBuilder { class AIChatPluginConfig implements PluginConfig { @override - bool get creatable => false; + bool get creatable => true; } class AIChatPagePlugin extends Plugin { diff --git a/frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart b/frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart index 481076dd5c..4d103e342f 100644 --- a/frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart +++ b/frontend/appflowy_flutter/lib/plugins/ai_chat/chat_page.dart @@ -256,7 +256,7 @@ class _AIChatPageState extends State { query.padding.right, query.viewInsets.bottom + query.padding.bottom, ) - : EdgeInsets.zero; + : const EdgeInsets.symmetric(horizontal: 70); return Column( children: [ ClipRect(