Post detail

This commit is contained in:
2024-11-10 22:56:09 +08:00
parent 49cabd1f39
commit a673beb87c
10 changed files with 150 additions and 13 deletions

View File

@ -70,7 +70,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
.bold()
.fontSize(17)
.tr()
.padding(horizontal: 20),
.padding(horizontal: 20, bottom: 4),
if (!kIsWeb)
ListTile(
title: Text('settingsBackgroundImage').tr(),
@ -141,7 +141,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
.bold()
.fontSize(17)
.tr()
.padding(horizontal: 20),
.padding(horizontal: 20, bottom: 4),
TextField(
controller: _serverUrlController,
decoration: InputDecoration(