🐛 Fix settings page overflow

This commit is contained in:
LittleSheep 2024-09-05 00:04:09 +08:00
parent 43fae51462
commit ad1c188982

View File

@ -34,7 +34,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
centerTitle: MediaQuery.of(context).size.width >= 720,
),
body: CenteredContainer(
child: Column(
child: ListView(
children: [
Obx(() {
if (_authenticate.auth.value == null) {