💄 Optimize floating action button
This commit is contained in:
@@ -255,11 +255,7 @@ class ExploreScreen extends HookConsumerWidget {
|
||||
),
|
||||
);
|
||||
},
|
||||
).padding(
|
||||
bottom:
|
||||
(isWideScreen(context) ? 0 : 56) +
|
||||
MediaQuery.of(context).padding.bottom,
|
||||
)
|
||||
).padding(bottom: MediaQuery.of(context).padding.bottom)
|
||||
: null,
|
||||
body: isWide
|
||||
? _buildWideBody(
|
||||
|
||||
Reference in New Issue
Block a user