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