diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-28 17:52:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-28 17:52:56 +0900 |
| commit | 1d6c0e1c6ff3246df70b9569e1aaa3a7fe873894 (patch) | |
| tree | cf133690a29b8f3bebfb3d9e2f0727ad5fbb15a1 /src | |
| parent | いくつかのコマンドラインオプションを追加するなど (diff) | |
| parent | Fix margin in visibleUsers (mobile) (diff) | |
| download | misskey-1d6c0e1c6ff3246df70b9569e1aaa3a7fe873894.tar.gz misskey-1d6c0e1c6ff3246df70b9569e1aaa3a7fe873894.tar.bz2 misskey-1d6c0e1c6ff3246df70b9569e1aaa3a7fe873894.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/components/post-form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/mobile/views/components/post-form.vue b/src/client/app/mobile/views/components/post-form.vue index 14c042ac1b..1c71d0d46f 100644 --- a/src/client/app/mobile/views/components/post-form.vue +++ b/src/client/app/mobile/views/components/post-form.vue @@ -388,7 +388,7 @@ root(isDark) padding 16px > .visibleUsers - margin-bottom 8px + margin 5px font-size 14px > span |