Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-30 14:50:54 +08:00
parent 80fa0240e9
commit 8d94c0405f
115 changed files with 3150 additions and 1438 deletions

View File

@@ -97,6 +97,7 @@ class _NoteListPageState extends CommonSlidePageState<NoteListPage> {
return refreshIndicator(
onRefresh: _controller.onRefresh,
child: Column(
crossAxisAlignment: CrossAxisAlignment.stretch,
children: [
Expanded(
child: CustomScrollView(
@@ -119,7 +120,6 @@ class _NoteListPageState extends CommonSlidePageState<NoteListPage> {
top: 6,
bottom: MediaQuery.viewPaddingOf(context).bottom + 6,
),
width: double.infinity,
decoration: BoxDecoration(
color: theme.colorScheme.onInverseSurface,
border: Border(