1
This commit is contained in:
parent
46dbbe2578
commit
976b9ad945
@ -286,10 +286,10 @@ class WallpaperDetailView extends GetView<WallpaperDetailController> {
|
||||
height: 70.h,
|
||||
width: double.infinity,
|
||||
padding: EdgeInsets.only(
|
||||
left: 16,
|
||||
right: 16,
|
||||
top: 15,
|
||||
bottom: MediaQuery.of(context).padding.bottom + 15).w,
|
||||
left: 16,
|
||||
right: 16,
|
||||
bottom: MediaQuery.of(context).padding.bottom,
|
||||
).w,
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||
children: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user