Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-14 12:13:17 +08:00
parent ba85c014cf
commit 7482f52557
78 changed files with 429 additions and 849 deletions

View File

@@ -57,7 +57,7 @@ class _LiveFollowPageState extends State<LiveFollowPage> {
crossAxisSpacing: Style.cardSpace,
maxCrossAxisExtent: Grid.smallCardWidth,
childAspectRatio: Style.aspectRatio,
mainAxisExtent: MediaQuery.textScalerOf(context).scale(90),
mainAxisExtent: 90,
);
Widget _buildBody(LoadingState<List<LiveFollowItem>?> loadingState) {