diff --git a/CHANGELOG.md b/CHANGELOG.md index 6980e4a48..dc50bb7b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ChangeLog (Release Notes) ========================= 主に notable な changes を書いていきます +2493 (2017/08/29) +----------------- +* デザインの変更など + 2491 (2017/08/29) ----------------- * デザインの修正と調整 diff --git a/locales/en.yml b/locales/en.yml index b0488a775..5e11339db 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -355,7 +355,9 @@ mobile: notifications: "Notifications" mk-post-page: - submit: "Post" + title: "Post" + prev: "Previous post" + next: "Next post" mk-search-page: search: "Search" diff --git a/locales/ja.yml b/locales/ja.yml index 9a040f798..62ac4cb81 100644 --- a/locales/ja.yml +++ b/locales/ja.yml @@ -355,7 +355,9 @@ mobile: notifications: "通知" mk-post-page: - submit: "投稿" + title: "投稿" + prev: "前の投稿" + next: "次の投稿" mk-search-page: search: "検索" diff --git a/package.json b/package.json index a6aca1a20..5e33be56a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "misskey", "author": "syuilo ", - "version": "0.0.2491", + "version": "0.0.2493", "license": "MIT", "description": "A miniblog-based SNS", "bugs": "https://github.com/syuilo/misskey/issues", diff --git a/src/web/app/common/tags/activity-table.tag b/src/web/app/common/tags/activity-table.tag index 6331e7c9c..1d26d1788 100644 --- a/src/web/app/common/tags/activity-table.tag +++ b/src/web/app/common/tags/activity-table.tag @@ -17,7 +17,6 @@ display block max-width 600px margin 0 auto - background #fff > svg display block diff --git a/src/web/app/mobile/tags/home-timeline.tag b/src/web/app/mobile/tags/home-timeline.tag index 7357d1391..051158597 100644 --- a/src/web/app/mobile/tags/home-timeline.tag +++ b/src/web/app/mobile/tags/home-timeline.tag @@ -6,7 +6,7 @@ display block > mk-init-following - border-bottom solid 1px #eee + margin-bottom 8px + + + + + + diff --git a/src/web/app/mobile/tags/post-form.tag b/src/web/app/mobile/tags/post-form.tag index 28c779684..cf267de94 100644 --- a/src/web/app/mobile/tags/post-form.tag +++ b/src/web/app/mobile/tags/post-form.tag @@ -1,11 +1,9 @@
+
- -
- { 1000 - refs.text.value.length } - -
+ { 1000 - refs.text.value.length } +
@@ -30,46 +28,47 @@