File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,10 @@ class RootApp extends StatelessWidget {
135
135
'Vote Power: ${double .parse (votecountSnapshot .data ?? '0.0' ).toStringAsPrecision (4 )}' ,
136
136
style: TextStyle (fontWeight: FontWeight .w700),
137
137
),
138
- _generateMenu (categories, contributionBloc),
138
+ Padding (
139
+ padding: EdgeInsets .only (left: 12.0 ),
140
+ child: _generateMenu (categories, contributionBloc),
141
+ ),
139
142
],
140
143
mainAxisAlignment: MainAxisAlignment .spaceEvenly,
141
144
crossAxisAlignment: CrossAxisAlignment .center,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: A flutter application for the utopian.rocks website.
7
7
# Both the version and the builder number may be overridden in flutter
8
8
# build by specifying --build-name and --build-number, respectively.
9
9
# Read more about versioning at semver.org.
10
- version : 0.0.8
10
+ version : 0.0.9
11
11
12
12
environment :
13
13
sdk : ' >=2.0.0-dev.68.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments