1
This commit is contained in:
parent
9074509b80
commit
4b4651ea49
@ -37,11 +37,7 @@ class SearchView extends GetView<CSearchController> {
|
||||
_buildMasonryGridView(),
|
||||
] else ...[
|
||||
Expanded(child: Container()),
|
||||
Container(
|
||||
margin: EdgeInsets.only(
|
||||
bottom: MediaQuery.of(context).padding.bottom + 10.w),
|
||||
child: _buildTags(context),
|
||||
),
|
||||
_buildTags(context),
|
||||
]
|
||||
],
|
||||
),
|
||||
@ -136,8 +132,7 @@ class SearchView extends GetView<CSearchController> {
|
||||
Widget _buildTags(context) {
|
||||
return Container(
|
||||
width: double.infinity,
|
||||
padding:
|
||||
EdgeInsets.only(bottom: MediaQuery.of(context).padding.bottom + 83.w),
|
||||
padding: EdgeInsets.only(bottom: MediaQuery.of(context).padding.bottom),
|
||||
decoration: BoxDecoration(
|
||||
borderRadius: BorderRadius.circular(10).r,
|
||||
border: Border.all(color: Colors.black),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user