diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-06 13:13:34 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-08-06 13:13:34 -0700 |
| commit | 0416c6d82f7c63ddef636e587f612108e978d8eb (patch) | |
| tree | 42ac59196d858f4f424e42df3132a8595336bcf5 /src/client/views/collections/CollectionSubView.tsx | |
| parent | b814002e5b6296117c883342421d6b8d19163f63 (diff) | |
change WebDocument proportions/width for consistency across drag & drop and new document toolbar
Diffstat (limited to 'src/client/views/collections/CollectionSubView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSubView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx index 4025e25f9..0e40cd21c 100644 --- a/src/client/views/collections/CollectionSubView.tsx +++ b/src/client/views/collections/CollectionSubView.tsx @@ -407,8 +407,8 @@ export function CollectionSubView<T, X>(schemaCtor: (doc: Doc) => T, moreProps?: title: uriList, _width: 400, _height: 315, - _nativeWidth: 600, - _nativeHeight: 472.5 + _nativeWidth: 850, + _nativeHeight: 962 })); return; } |
