Fix search input not aligned vertically
This commit is contained in:
@@ -116,6 +116,7 @@ class _List extends ConsumerWidget {
|
|||||||
tooltip: t.bookmarks.search.clearSearch,
|
tooltip: t.bookmarks.search.clearSearch,
|
||||||
)
|
)
|
||||||
: null,
|
: null,
|
||||||
|
contentPadding: const EdgeInsets.symmetric(vertical: 12),
|
||||||
),
|
),
|
||||||
textInputAction: TextInputAction.search,
|
textInputAction: TextInputAction.search,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user