mod: 更多回复键盘弹起样式

This commit is contained in:
guozhigq
2023-05-26 18:39:27 +08:00
parent bd8cf24fff
commit abf0272314
5 changed files with 34 additions and 49 deletions

View File

@ -23,7 +23,7 @@ class ReplyItem extends StatelessWidget {
child: Column(
children: [
Padding(
padding: const EdgeInsets.fromLTRB(12, 6, 8, 0),
padding: const EdgeInsets.fromLTRB(12, 2, 8, 0),
child: content(context),
),
// Divider(