opt: card width

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-12 14:18:27 +08:00
parent 2fad0d38a7
commit 9cf9867fac
6 changed files with 8 additions and 8 deletions

View File

@@ -114,7 +114,7 @@ class _BangumiPageState extends State<BangumiPage>
),
),
SizedBox(
height: Grid.mediumCardWidth / 2 / 0.75 +
height: Grid.smallCardWidth / 2 / 0.75 +
MediaQuery.textScalerOf(context).scale(50),
child: Obx(
() => _buildFollowBody(
@@ -199,7 +199,7 @@ class _BangumiPageState extends State<BangumiPage>
_bangumiController.queryBangumiFollow(false);
}
return Container(
width: Grid.mediumCardWidth / 2,
width: Grid.smallCardWidth / 2,
margin: EdgeInsets.only(
left: StyleString.safeSpace,
right: index == loadingState.response.length - 1