Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-15 18:19:51 +08:00
parent 25148509d2
commit d2f8aff421
21 changed files with 217 additions and 142 deletions

View File

@@ -68,6 +68,7 @@ class _EmotePanelState extends State<EmotePanel>
final size = flag ? 40.0 : 60.0;
final isTextEmote = e.type == 4;
return GridView.builder(
physics: const ClampingScrollPhysics(),
padding: const EdgeInsets.only(
left: 12,
right: 12,