Merge pull request #3057 from pangeachat/3052-levelup-bar-size-difference-on-narrow-screens

chore: give level bar in home page the same padding as level bar in c…
This commit is contained in:
ggurdin 2025-06-13 10:55:21 -04:00 committed by GitHub
commit 2961d8e277
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ class SuggestionsPage extends StatelessWidget {
child: SingleChildScrollView(
child: Padding(
padding: const EdgeInsets.symmetric(
horizontal: 24.0,
horizontal: 16.0,
vertical: 16.0,
),
child: Column(