From 18f0d55e007486e165432e094a51faa1bde8231d Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sun, 26 Jul 2026 22:10:18 +0200 Subject: [PATCH] feat: Improve a bit the padding on about --- lib/src/ui/pages/about.dart | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/src/ui/pages/about.dart b/lib/src/ui/pages/about.dart index 3e8a644..5f177eb 100644 --- a/lib/src/ui/pages/about.dart +++ b/lib/src/ui/pages/about.dart @@ -48,7 +48,11 @@ class AboutPage extends StatelessWidget { mainAxisAlignment: MainAxisAlignment.center, children: [ Padding( - padding: const EdgeInsets.symmetric(horizontal: 4), + padding: const EdgeInsets.only( + top: 8, + left: 4, + right: 4, + ), child: ElevatedButton( onPressed: () async { await launchUrl( @@ -62,7 +66,11 @@ class AboutPage extends StatelessWidget { ), ), Padding( - padding: const EdgeInsets.symmetric(horizontal: 4), + padding: const EdgeInsets.only( + top: 8, + left: 4, + right: 4, + ), child: ElevatedButton( onPressed: () async { final licenseText = await rootBundle.loadString(