v2502
This commit is contained in:
parent
76f7734b65
commit
c15886e0e5
@ -2,6 +2,10 @@ ChangeLog (Release Notes)
|
|||||||
=========================
|
=========================
|
||||||
主に notable な changes を書いていきます
|
主に notable な changes を書いていきます
|
||||||
|
|
||||||
|
2502 (2017/08/30)
|
||||||
|
-----------------
|
||||||
|
* デザインの修正・調整
|
||||||
|
|
||||||
2501 (2017/08/30)
|
2501 (2017/08/30)
|
||||||
-----------------
|
-----------------
|
||||||
* New: モバイルのユーザーページを刷新
|
* New: モバイルのユーザーページを刷新
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"author": "syuilo <i@syuilo.com>",
|
"author": "syuilo <i@syuilo.com>",
|
||||||
"version": "0.0.2501",
|
"version": "0.0.2502",
|
||||||
"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",
|
||||||
|
@ -250,7 +250,7 @@
|
|||||||
> h2
|
> h2
|
||||||
margin 0
|
margin 0
|
||||||
padding 8px 10px
|
padding 8px 10px
|
||||||
font-size 16px
|
font-size 15px
|
||||||
font-weight normal
|
font-weight normal
|
||||||
color #465258
|
color #465258
|
||||||
background #fff
|
background #fff
|
||||||
@ -362,7 +362,8 @@
|
|||||||
display inline-block
|
display inline-block
|
||||||
overflow hidden
|
overflow hidden
|
||||||
width calc(100% - 45px)
|
width calc(100% - 45px)
|
||||||
margin-left 44px
|
margin 8px 0 0 44px
|
||||||
|
line-height 28px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
text-overflow ellipsis
|
text-overflow ellipsis
|
||||||
|
|
||||||
@ -380,7 +381,7 @@
|
|||||||
left 0
|
left 0
|
||||||
width 100%
|
width 100%
|
||||||
height 20px
|
height 20px
|
||||||
background linear-gradient(to bottom, transparent 0%, #fff 100%)
|
background linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%)
|
||||||
|
|
||||||
> mk-time
|
> mk-time
|
||||||
display inline-block
|
display inline-block
|
||||||
|
Loading…
Reference in New Issue
Block a user