summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--package.json2
-rw-r--r--src/web/app/mobile/tags/user.tag3
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09732dd66b..2cda49be49 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@ ChangeLog (Release Notes)
=========================
主に notable な changes を書いていきます
+2503 (2017/08/30)
+-----------------
+* デザインの調整
+
2502 (2017/08/30)
-----------------
* デザインの修正・調整
diff --git a/package.json b/package.json
index 4139c94c60..bce252fa3f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
- "version": "0.0.2502",
+ "version": "0.0.2503",
"license": "MIT",
"description": "A miniblog-based SNS",
"bugs": "https://github.com/syuilo/misskey/issues",
diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag
index c81eb929a8..bd6bbad726 100644
--- a/src/web/app/mobile/tags/user.tag
+++ b/src/web/app/mobile/tags/user.tag
@@ -362,10 +362,11 @@
display inline-block
overflow hidden
width calc(100% - 45px)
- margin 8px 0 0 44px
+ margin 8px 0 0 42px
line-height 28px
white-space nowrap
text-overflow ellipsis
+ font-size 12px
> div
padding 0 8px 8px 8px