mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
opt ui
Closes #1050 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -35,7 +35,7 @@ class _FavVideoPageState extends State<FavVideoPage>
|
||||
SliverPadding(
|
||||
padding: EdgeInsets.only(
|
||||
top: 7,
|
||||
bottom: 80 + MediaQuery.paddingOf(context).bottom,
|
||||
bottom: 100 + MediaQuery.viewPaddingOf(context).bottom,
|
||||
),
|
||||
sliver: Obx(
|
||||
() => _buildBody(_favController.loadingState.value),
|
||||
|
||||
Reference in New Issue
Block a user