Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-21 22:14:38 +08:00
parent dae8df840a
commit 43843ca721
10 changed files with 204 additions and 217 deletions

View File

@@ -17,8 +17,8 @@ class MsgFeedTopSkeleton extends StatelessWidget {
color: color,
),
),
title: UnconstrainedBox(
alignment: Alignment.centerLeft,
title: Align(
alignment: .topLeft,
child: Container(
width: 100,
height: 11,

View File

@@ -17,8 +17,8 @@ class WhisperItemSkeleton extends StatelessWidget {
color: color,
),
),
title: UnconstrainedBox(
alignment: Alignment.centerLeft,
title: Align(
alignment: .topLeft,
child: Container(
width: 100,
height: 11,