aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaafiyan Ahmed <naafiyan@gmail.com>2022-08-10 16:16:00 -0400
committerNaafiyan Ahmed <naafiyan@gmail.com>2022-08-10 16:16:00 -0400
commit6c349731fb84f1c44993d2bc55410da19db29a07 (patch)
tree49ae89b16aba41aa7fe5503a4e2a3e69e8fb48e4
parenta5bf418707321711559782f0348063681c553cbb (diff)
added placeholder text box for files being uploaded
-rw-r--r--src/client/views/collections/CollectionSubView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSubView.tsx b/src/client/views/collections/CollectionSubView.tsx
index 35a14704d..2f3f57bac 100644
--- a/src/client/views/collections/CollectionSubView.tsx
+++ b/src/client/views/collections/CollectionSubView.tsx
@@ -462,7 +462,7 @@ export function CollectionSubView<X>(moreProps?: X) {
let placeholders: Doc[] = [];
// handle yt case
if (typeof files === 'string') {
- placeholders.push(Docs.Create.TextDocument('Loading: ' + text, { ...options, title: text, _width: 500, _height: 200 }));
+ placeholders.push(Docs.Create.TextDocument('Loading: ' + text, { ...options, title: text, _width: 400, _height: 30 }));
} else {
// every other doc type is an array of File