Limit download directory length. Close #311

This commit is contained in:
2025-04-01 15:49:22 +08:00
parent daa6e8ce18
commit 05fcb23a4d
3 changed files with 18 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ class _SearchBar extends StatelessWidget {
Widget build(BuildContext context) {
return SliverToBoxAdapter(
child: Container(
height: 52,
height: App.isMobile ? 52 : 46,
width: double.infinity,
margin: const EdgeInsets.symmetric(horizontal: 8, vertical: 8),
child: Material(