File tree Expand file tree Collapse file tree
lib/Pages/home_screen/widgets Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1011,20 +1011,23 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
10111011 Padding (
10121012 padding:
10131013 const EdgeInsets
1014- .only (
1014+ .only (
10151015 top: 20 ),
10161016 child: Column (
10171017 crossAxisAlignment:
10181018 CrossAxisAlignment
10191019 .start,
10201020 children: [
10211021 Padding (
1022- padding: const EdgeInsets
1022+ padding:
1023+ const EdgeInsets
10231024 .only (
1024- right: 20 ,
1025- left: 20 ,
1026- bottom:
1027- 5 ),
1025+ right:
1026+ 20 ,
1027+ left:
1028+ 20 ,
1029+ bottom:
1030+ 5 ),
10281031 child: Text (
10291032 l10n.selected_magnet_link,
10301033 style: TextStyle (
@@ -1043,7 +1046,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
10431046 ),
10441047 Padding (
10451048 padding: const EdgeInsets
1046- .only (
1049+ .only (
10471050 left:
10481051 20.0 ,
10491052 right:
@@ -1384,7 +1387,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
13841387 ? Padding (
13851388 padding:
13861389 const EdgeInsets
1387- .only (
1390+ .only (
13881391 top: 8.0 ),
13891392 child: Container (
13901393 height: 1 ,
You can’t perform that action at this time.
0 commit comments