mod: 表情去除额外空白;支持悬浮键盘;适配底部虚拟按键

This commit is contained in:
orz12
2024-06-02 14:36:39 +08:00
parent 03b97c5f43
commit 93e369a5f8
2 changed files with 12 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ class _EmotePanelState extends State<EmotePanel>
)
.toList(),
),
SizedBox(height: MediaQuery.of(context).padding.bottom + 20),
SizedBox(height: MediaQuery.of(context).padding.bottom),
],
);
} else {