mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: live emote
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user