mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-27 04:26:58 +08:00
@@ -118,7 +118,7 @@ class _FavDetailPageState extends State<FavDetailPage> with GridMixin {
|
||||
],
|
||||
)
|
||||
: null,
|
||||
expandedHeight: kToolbarHeight + 130,
|
||||
expandedHeight: kToolbarHeight + 127,
|
||||
pinned: true,
|
||||
title: enableMultiSelect
|
||||
? null
|
||||
@@ -343,9 +343,9 @@ class _FavDetailPageState extends State<FavDetailPage> with GridMixin {
|
||||
background: Padding(
|
||||
padding: EdgeInsets.only(
|
||||
top: kToolbarHeight + padding.top + 10,
|
||||
left: 14 + padding.left,
|
||||
right: 20,
|
||||
bottom: 10,
|
||||
left: 12 + padding.left,
|
||||
right: 12,
|
||||
bottom: 7,
|
||||
),
|
||||
child: SizedBox(
|
||||
height: 110,
|
||||
|
||||
Reference in New Issue
Block a user