summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-07-06 12:38:07 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-07-06 12:38:07 +0900
commitfd67d5cb4c9c3afdefed3e2eb2e629de0b226956 (patch)
tree56e0b82531489835eba3bb6a0e5c75e4f4808230 /src
parentwip (diff)
downloadsharkey-fd67d5cb4c9c3afdefed3e2eb2e629de0b226956.tar.gz
sharkey-fd67d5cb4c9c3afdefed3e2eb2e629de0b226956.tar.bz2
sharkey-fd67d5cb4c9c3afdefed3e2eb2e629de0b226956.zip
wip
Diffstat (limited to 'src')
-rw-r--r--src/cafy-id.ts4
-rw-r--r--src/client/docs/style.styl2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/cafy-id.ts b/src/cafy-id.ts
index 9b7f4f97bf..f3e1f5251b 100644
--- a/src/cafy-id.ts
+++ b/src/cafy-id.ts
@@ -26,4 +26,8 @@ export default class ID extends Context<mongo.ObjectID> {
return true;
});
}
+
+ public getType() {
+ return super.getType('string');
+ }
}
diff --git a/src/client/docs/style.styl b/src/client/docs/style.styl
index bc165f8728..3b13617588 100644
--- a/src/client/docs/style.styl
+++ b/src/client/docs/style.styl
@@ -10,7 +10,7 @@ main
margin 0 0 0 256px
padding 64px
width 100%
- max-width 768px
+ max-width 800px
section
margin 32px 0