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:
commit
2961d8e277
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue