From 984aa854e59f2d3238d28d4384855e0aee64492e Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sun, 13 Jan 2019 09:40:00 +0000 Subject: [PATCH] Reduce empty space for anon users on doc view --- gui/app/templates/components/document/view-content.hbs | 2 +- jsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/app/templates/components/document/view-content.hbs b/gui/app/templates/components/document/view-content.hbs index efe70c33..7f151e2b 100644 --- a/gui/app/templates/components/document/view-content.hbs +++ b/gui/app/templates/components/document/view-content.hbs @@ -7,7 +7,7 @@ {{else}} - {{ui/ui-spacer size=700}} + {{ui/ui-spacer size=100}} {{/if}} {{document/document-page roles=roles diff --git a/jsconfig.json b/jsconfig.json index dca8b4f1..89cb03d2 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1 +1 @@ -{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist"],"typeAcquisition":{"include":["underscore"]}} \ No newline at end of file +{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist","dist-prod"],"typeAcquisition":{"include":["underscore"]}}