forked from FoundKeyGang/FoundKey
v2503
This commit is contained in:
parent
c15886e0e5
commit
c1510f90ad
3 changed files with 7 additions and 2 deletions
|
@ -2,6 +2,10 @@ ChangeLog (Release Notes)
|
||||||
=========================
|
=========================
|
||||||
主に notable な changes を書いていきます
|
主に notable な changes を書いていきます
|
||||||
|
|
||||||
|
2503 (2017/08/30)
|
||||||
|
-----------------
|
||||||
|
* デザインの調整
|
||||||
|
|
||||||
2502 (2017/08/30)
|
2502 (2017/08/30)
|
||||||
-----------------
|
-----------------
|
||||||
* デザインの修正・調整
|
* デザインの修正・調整
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "0.0.2502",
|
"version": "0.0.2503",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "A miniblog-based SNS",
|
"description": "A miniblog-based SNS",
|
||||||
"bugs": "https://github.com/syuilo/misskey/issues",
|
"bugs": "https://github.com/syuilo/misskey/issues",
|
||||||
|
|
|
@ -362,10 +362,11 @@
|
||||||
display inline-block
|
display inline-block
|
||||||
overflow hidden
|
overflow hidden
|
||||||
width calc(100% - 45px)
|
width calc(100% - 45px)
|
||||||
margin 8px 0 0 44px
|
margin 8px 0 0 42px
|
||||||
line-height 28px
|
line-height 28px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
text-overflow ellipsis
|
text-overflow ellipsis
|
||||||
|
font-size 12px
|
||||||
|
|
||||||
> div
|
> div
|
||||||
padding 0 8px 8px 8px
|
padding 0 8px 8px 8px
|
||||||
|
|
Loading…
Reference in a new issue