Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-12 17:05:52 +08:00
parent e4a960ecf9
commit 931fcb6f8f
18 changed files with 150 additions and 78 deletions

View File

@@ -122,8 +122,9 @@ class _WebDavSettingPageState extends State<WebDavSettingPage> {
],
),
Positioned(
right: 16 + (showAppBar ? padding.right : 0),
bottom: 16 + padding.bottom,
right:
kFloatingActionButtonMargin + (showAppBar ? padding.right : 0),
bottom: kFloatingActionButtonMargin + padding.bottom,
child: FloatingActionButton(
child: const Icon(Icons.save),
onPressed: () async {