File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
lib/Pages/home_screen/widgets Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -1011,20 +1011,23 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
1011
1011
Padding (
1012
1012
padding:
1013
1013
const EdgeInsets
1014
- .only (
1014
+ .only (
1015
1015
top: 20 ),
1016
1016
child: Column (
1017
1017
crossAxisAlignment:
1018
1018
CrossAxisAlignment
1019
1019
.start,
1020
1020
children: [
1021
1021
Padding (
1022
- padding: const EdgeInsets
1022
+ padding:
1023
+ const EdgeInsets
1023
1024
.only (
1024
- right: 20 ,
1025
- left: 20 ,
1026
- bottom:
1027
- 5 ),
1025
+ right:
1026
+ 20 ,
1027
+ left:
1028
+ 20 ,
1029
+ bottom:
1030
+ 5 ),
1028
1031
child: Text (
1029
1032
l10n.selected_magnet_link,
1030
1033
style: TextStyle (
@@ -1043,7 +1046,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
1043
1046
),
1044
1047
Padding (
1045
1048
padding: const EdgeInsets
1046
- .only (
1049
+ .only (
1047
1050
left:
1048
1051
20.0 ,
1049
1052
right:
@@ -1384,7 +1387,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
1384
1387
? Padding (
1385
1388
padding:
1386
1389
const EdgeInsets
1387
- .only (
1390
+ .only (
1388
1391
top: 8.0 ),
1389
1392
child: Container (
1390
1393
height: 1 ,
You can’t perform that action at this time.
0 commit comments