mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
opt set dynpage ratio
tweak Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -111,12 +111,9 @@ class _PgcIntroPageState extends State<PgcIntroPage>
|
||||
);
|
||||
}
|
||||
return SliverPadding(
|
||||
padding: EdgeInsets.only(
|
||||
left: StyleString.safeSpace,
|
||||
right: StyleString.safeSpace,
|
||||
top: StyleString.safeSpace,
|
||||
bottom: StyleString.safeSpace + MediaQuery.paddingOf(context).bottom,
|
||||
),
|
||||
padding:
|
||||
const EdgeInsets.all(StyleString.safeSpace) +
|
||||
const EdgeInsets.only(bottom: 50),
|
||||
sliver: sliver,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user