aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/CurrentUserUtils.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-06 20:09:27 -0400
committerGitHub <noreply@github.com>2020-08-06 20:09:27 -0400
commit0910e7387fae485d7c11eb71b6abcce865403b13 (patch)
tree7c5d16f485c50831e513b6a31f44f2573836addd /src/client/util/CurrentUserUtils.ts
parent8825340031b7c639271967ba23191c968e57c411 (diff)
parent002ef9b665ff978cb8c96872ecbbbeca7766de43 (diff)
Merge pull request #504 from browngraphicslab/bug_fixes_melissa
Bug fixes melissa
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r--src/client/util/CurrentUserUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts
index 36e09fda1..37ffcb78e 100644
--- a/src/client/util/CurrentUserUtils.ts
+++ b/src/client/util/CurrentUserUtils.ts
@@ -421,7 +421,7 @@ export class CurrentUserUtils {
{ _width: 250, _height: 250, title: "container" });
}
if (doc.emptyWebpage === undefined) {
- doc.emptyWebpage = Docs.Create.WebDocument("", { title: "webpage", _nativeWidth: 850, _nativeHeight: 962, _width: 600, UseCors: true });
+ doc.emptyWebpage = Docs.Create.WebDocument("", { title: "webpage", _nativeWidth: 850, _nativeHeight: 962, _width: 400, UseCors: true });
}
if (doc.activeMobileMenu === undefined) {
this.setupActiveMobileMenu(doc);