mod: favoritesSection style
This commit is contained in:
@ -355,7 +355,8 @@ class _MinePageState extends State<MinePage>
|
|||||||
itemBuilder: (context, index) {
|
itemBuilder: (context, index) {
|
||||||
if (flag && index == favFolderList.length) {
|
if (flag && index == favFolderList.length) {
|
||||||
return Padding(
|
return Padding(
|
||||||
padding: const EdgeInsets.only(right: 14),
|
padding:
|
||||||
|
const EdgeInsets.only(right: 14, bottom: 70),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: IconButton(
|
child: IconButton(
|
||||||
style: ButtonStyle(
|
style: ButtonStyle(
|
||||||
@ -488,7 +489,7 @@ class FavFolderItem extends StatelessWidget {
|
|||||||
child: NetworkImgLayer(
|
child: NetworkImgLayer(
|
||||||
src: item!.cover,
|
src: item!.cover,
|
||||||
width: 180,
|
width: 180,
|
||||||
height: 110,
|
height: MediaQuery.textScalerOf(context).scale(110),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user