diff --git a/lib/ui/screens/editorial/editorial_screen.dart b/lib/ui/screens/editorial/editorial_screen.dart index be22eddd..6804aefb 100644 --- a/lib/ui/screens/editorial/editorial_screen.dart +++ b/lib/ui/screens/editorial/editorial_screen.dart @@ -111,7 +111,6 @@ class _WonderEditorialScreenState extends State { primary: false, controller: _scroller, scrollBehavior: ScrollConfiguration.of(context).copyWith(), - cacheExtent: 1000, slivers: [ /// Invisible padding at the top of the list, so the illustration shows through the btm SliverToBoxAdapter( diff --git a/lib/ui/screens/editorial/widgets/_scrolling_content.dart b/lib/ui/screens/editorial/widgets/_scrolling_content.dart index 8b3c649c..00e4f98f 100644 --- a/lib/ui/screens/editorial/widgets/_scrolling_content.dart +++ b/lib/ui/screens/editorial/widgets/_scrolling_content.dart @@ -134,7 +134,7 @@ class _ScrollingContent extends StatelessWidget { buildText(data.locationInfo2), ]), Gap($styles.insets.md), - _MapsThumbnail(data, height: 200), + _MapsThumbnail(data, height: 400), Gap($styles.insets.md), ..._contentSection([Center(child: buildHiddenCollectible(slot: 3))]), ]),