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

View File

@@ -255,7 +255,6 @@ class _SearchPageState extends State<SearchPage> {
);
}
late final mainAxisExtent = 16 + MediaQuery.textScalerOf(context).scale(14);
Widget get _buildHistory {
return Obx(
() {
@@ -314,7 +313,7 @@ class _SearchPageState extends State<SearchPage> {
),
),
SliverFixedWrap(
mainAxisExtent: mainAxisExtent,
mainAxisExtent: 30,
spacing: 8,
runSpacing: 8,
delegate: SliverChildBuilderDelegate(