fixed section layout in landscape
This commit is contained in:
parent
a094ebeaf1
commit
4e70eb9870
1 changed files with 1 additions and 2 deletions
|
@ -71,8 +71,7 @@ class ThumbnailCollection extends StatelessWidget {
|
|||
: CollectionListSliver(
|
||||
collection: collection,
|
||||
showHeader: showHeaders,
|
||||
// TODO TLAD get more precise width, considering MediaQuery padding
|
||||
scrollableWidth: mqSize.width,
|
||||
scrollableWidth: mqSize.width - mqPadding.horizontal,
|
||||
tileExtent: tileExtent,
|
||||
),
|
||||
SliverToBoxAdapter(
|
||||
|
|
Loading…
Reference in a new issue