editorial tweaks
This commit is contained in:
parent
da99b66301
commit
0e9f4353b0
@ -111,7 +111,6 @@ class _WonderEditorialScreenState extends State<WonderEditorialScreen> {
|
||||
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(
|
||||
|
@ -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))]),
|
||||
]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user