Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-26 16:34:02 +08:00
parent a623ceee47
commit 7049e5c63a
23 changed files with 71 additions and 116 deletions

View File

@@ -104,7 +104,7 @@ class _SearchAllPanelState
@override
Widget get buildLoading => SliverGrid.builder(
gridDelegate: Grid.videoCardHDelegate(context),
gridDelegate: Grid.videoCardHDelegate(),
itemBuilder: (context, index) => const VideoCardHSkeleton(),
itemCount: 10,
);

View File

@@ -70,7 +70,6 @@ class _SearchPgcPanelState
mainAxisSpacing: 2,
maxCrossAxisExtent: Grid.smallCardWidth * 2,
childAspectRatio: Style.aspectRatio * 1.5,
minHeight: MediaQuery.textScalerOf(context).scale(155),
),
itemBuilder: (context, index) => const MediaPgcSkeleton(),
itemCount: 10,