From 8d61d534eae3cb0f95a4eb39bb3ac637b362f6d7 Mon Sep 17 00:00:00 2001 From: bob Date: Fri, 7 Feb 2020 15:53:40 -0500 Subject: layout fix? --- src/client/views/collections/CollectionStackingView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 9e8600193..171aecc70 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -378,7 +378,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { } @computed get contentScale() { const heightExtra = this.heightPercent > 1 ? this.heightPercent : 1; - return Math.max(this.props.Document[WidthSym]() / this.props.PanelWidth(), heightExtra * this.props.Document[HeightSym]() / this.props.PanelHeight()); + return Math.min(this.props.Document[WidthSym]() / this.props.PanelWidth(), heightExtra * this.props.Document[HeightSym]() / this.props.PanelHeight()); } @computed get widthScale() { return this.heightPercent < 1 ? Math.max(1, this.contentScale) : 1; -- cgit v1.2.3-70-g09d2