mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-27 14:00:12 +08:00
@@ -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,
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user