diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 13:47:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 13:48:00 +0900 |
| commit | 87d17517f3e79e09e30a89dad3f94817dda424d3 (patch) | |
| tree | 412adf8a6a51191914bf1793c1472d7122f68289 /src/web/app/mobile/views/components/post-form.vue | |
| parent | Update drive.vue (diff) | |
| download | misskey-87d17517f3e79e09e30a89dad3f94817dda424d3.tar.gz misskey-87d17517f3e79e09e30a89dad3f94817dda424d3.tar.bz2 misskey-87d17517f3e79e09e30a89dad3f94817dda424d3.zip | |
:v:
Diffstat (limited to 'src/web/app/mobile/views/components/post-form.vue')
| -rw-r--r-- | src/web/app/mobile/views/components/post-form.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/mobile/views/components/post-form.vue b/src/web/app/mobile/views/components/post-form.vue index 7a6eb77419..63b75b92f0 100644 --- a/src/web/app/mobile/views/components/post-form.vue +++ b/src/web/app/mobile/views/components/post-form.vue @@ -115,6 +115,8 @@ export default Vue.extend({ </script> <style lang="stylus" scoped> +@import '~const.styl' + .mk-post-form max-width 500px width calc(100% - 16px) |