Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-31 12:13:38 +08:00
parent 2e11247af4
commit 63e4bac204
62 changed files with 316 additions and 162 deletions

View File

@@ -125,7 +125,7 @@ class _LiveEmotePanelState extends State<LiveEmotePanel>
width: 65,
height: 65,
type: ImageType.emote,
boxFit: BoxFit.contain,
fit: BoxFit.contain,
),
Text(
e.emoji == null
@@ -146,7 +146,7 @@ class _LiveEmotePanelState extends State<LiveEmotePanel>
child: Padding(
padding: const EdgeInsets.all(6),
child: NetworkImgLayer(
boxFit: BoxFit.contain,
fit: BoxFit.contain,
src: e.url,
width: width,
height: height,