opt: article

This commit is contained in:
bggRGjQaUbCoE
2024-10-05 20:36:52 +08:00
parent 1f32cf3bd2
commit 76eccfd87d
4 changed files with 17 additions and 11 deletions

View File

@@ -59,7 +59,7 @@ class HtmlRender extends StatelessWidget {
// height: isEmote ? 22 : null,
// );
return NetworkImgLayer(
width: isEmote ? 22 : constrainedWidth / textScale,
width: isEmote ? 22 : constrainedWidth,
height: isEmote ? 22 : 200,
src: imgUrl,
ignoreHeight: !isEmote,