mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
Limit download directory length. Close #311
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user