editorial tweaks
This commit is contained in:
parent
da99b66301
commit
0e9f4353b0
@ -111,7 +111,6 @@ class _WonderEditorialScreenState extends State<WonderEditorialScreen> {
|
|||||||
primary: false,
|
primary: false,
|
||||||
controller: _scroller,
|
controller: _scroller,
|
||||||
scrollBehavior: ScrollConfiguration.of(context).copyWith(),
|
scrollBehavior: ScrollConfiguration.of(context).copyWith(),
|
||||||
cacheExtent: 1000,
|
|
||||||
slivers: [
|
slivers: [
|
||||||
/// Invisible padding at the top of the list, so the illustration shows through the btm
|
/// Invisible padding at the top of the list, so the illustration shows through the btm
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
|
@ -134,7 +134,7 @@ class _ScrollingContent extends StatelessWidget {
|
|||||||
buildText(data.locationInfo2),
|
buildText(data.locationInfo2),
|
||||||
]),
|
]),
|
||||||
Gap($styles.insets.md),
|
Gap($styles.insets.md),
|
||||||
_MapsThumbnail(data, height: 200),
|
_MapsThumbnail(data, height: 400),
|
||||||
Gap($styles.insets.md),
|
Gap($styles.insets.md),
|
||||||
..._contentSection([Center(child: buildHiddenCollectible(slot: 3))]),
|
..._contentSection([Center(child: buildHiddenCollectible(slot: 3))]),
|
||||||
]),
|
]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user