opt: live emote

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-21 18:49:19 +08:00
parent 9ad57dccb0
commit e6e9ce7d57

View File

@@ -88,6 +88,7 @@ class _LiveEmotePanelState extends State<LiveEmotePanel>
child: Padding( child: Padding(
padding: const EdgeInsets.all(6), padding: const EdgeInsets.all(6),
child: NetworkImgLayer( child: NetworkImgLayer(
boxFit: BoxFit.contain,
src: item.emoticons![index].url!, src: item.emoticons![index].url!,
width: widthFac * 38, width: widthFac * 38,
height: heightFac * 38, height: heightFac * 38,