1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-28 09:39:42 +02:00

Reduce empty space for anon users on doc view

This commit is contained in:
Harvey Kandola 2019-01-13 09:40:00 +00:00
parent ca213ba5d1
commit 984aa854e5
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
</i> </i>
</div> </div>
{{else}} {{else}}
{{ui/ui-spacer size=700}} {{ui/ui-spacer size=100}}
{{/if}} {{/if}}
{{document/document-page {{document/document-page
roles=roles roles=roles

View file

@ -1 +1 @@
{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist"],"typeAcquisition":{"include":["underscore"]}} {"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist","dist-prod"],"typeAcquisition":{"include":["underscore"]}}