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