avoid snackbar overlap find in page
This commit is contained in:
@@ -440,9 +440,9 @@ class BrowserScreen extends HookConsumerWidget {
|
|||||||
insetPadding: EdgeInsets.only(
|
insetPadding: EdgeInsets.only(
|
||||||
left: 16,
|
left: 16,
|
||||||
right: 16,
|
right: 16,
|
||||||
bottom: bottomToolbarVisible
|
bottom:
|
||||||
? bottomAppBarContentSize.height + 8
|
(bottomToolbarVisible ? bottomAppBarContentSize.height + 8 : 16) +
|
||||||
: 16,
|
(findInPageVisible ? findInPageHeight : 0),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user