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

@@ -108,7 +108,7 @@ class _FavSortPageState extends State<FavSortPage> with ReorderMixin {
final item = sortList[index];
return SizedBox(
key: ValueKey(item.id),
height: 98,
height: 110,
child: FavVideoCardH(item: item),
);
},