mirror of
https://github.com/git-touch/git-touch
synced 2025-02-20 21:40:44 +01:00
fix: contributions initial position
This commit is contained in:
parent
c14fdb4a1d
commit
7606f6ec12
@ -97,7 +97,7 @@ class UserScreen extends StatelessWidget {
|
||||
}
|
||||
|
||||
Widget _buildContributions(List<ContributionsInfo> contributions) {
|
||||
var row = Row(
|
||||
final row = Row(
|
||||
children: <Widget>[],
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
);
|
||||
@ -128,6 +128,7 @@ class UserScreen extends StatelessWidget {
|
||||
padding: EdgeInsets.all(10),
|
||||
child: SingleChildScrollView(
|
||||
scrollDirection: Axis.horizontal,
|
||||
reverse: true,
|
||||
child: row,
|
||||
),
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user