mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: adjust chat ui
This commit is contained in:
parent
aec7bc847e
commit
4762d69851
@ -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 {
|
||||||
|
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user