mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
opt ui
Closes #1050 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -458,6 +458,7 @@ class _SponsorBlockPageState extends State<SponsorBlockPage> {
|
||||
);
|
||||
|
||||
return Scaffold(
|
||||
resizeToAvoidBottomInset: false,
|
||||
appBar: AppBar(title: const Text('空降助手')),
|
||||
body: CustomScrollView(
|
||||
slivers: [
|
||||
@@ -491,7 +492,7 @@ class _SponsorBlockPageState extends State<SponsorBlockPage> {
|
||||
dividerL,
|
||||
SliverToBoxAdapter(
|
||||
child: SizedBox(
|
||||
height: 55 + MediaQuery.paddingOf(context).bottom,
|
||||
height: 55 + MediaQuery.viewPaddingOf(context).bottom,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user