diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2018-07-21 01:24:12 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2018-07-21 01:24:12 +0900 |
| commit | 9b989ebac6fac21e4e115ff666ac191dc41ceeb8 (patch) | |
| tree | 80cce34fd413307a923c010207f65f47dcf68c63 | |
| parent | 回転寿司 (diff) | |
| download | sharkey-9b989ebac6fac21e4e115ff666ac191dc41ceeb8.tar.gz sharkey-9b989ebac6fac21e4e115ff666ac191dc41ceeb8.tar.bz2 sharkey-9b989ebac6fac21e4e115ff666ac191dc41ceeb8.zip | |
保存し忘れ
| -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 b8edd57f7c..d728eb15ea 100644 --- a/src/client/app/mobile/views/components/post-form.vue +++ b/src/client/app/mobile/views/components/post-form.vue @@ -175,7 +175,7 @@ export default Vue.extend({ offsetX = 0; hashtags.map(x => x.style.transform = 'translateX(0)'); } else { - offsetX -= .25; + offsetX--; hashtags.map(x => x.style.transform = `translateX(${offsetX}px)`); } requestAnimationFrame(update); |