diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 01:54:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 01:54:09 +0900 |
| commit | c15886e0e58af70bb87b357a4d6db24bf5966953 (patch) | |
| tree | 4dd55cece9d03f96e8337a8611c662e2918826cc /src/web | |
| parent | v2501 (diff) | |
| download | misskey-c15886e0e58af70bb87b357a4d6db24bf5966953.tar.gz misskey-c15886e0e58af70bb87b357a4d6db24bf5966953.tar.bz2 misskey-c15886e0e58af70bb87b357a4d6db24bf5966953.zip | |
v2502
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/tags/user.tag | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag index 7d88957849..c81eb929a8 100644 --- a/src/web/app/mobile/tags/user.tag +++ b/src/web/app/mobile/tags/user.tag @@ -250,7 +250,7 @@ > h2 margin 0 padding 8px 10px - font-size 16px + font-size 15px font-weight normal color #465258 background #fff @@ -362,7 +362,8 @@ display inline-block overflow hidden width calc(100% - 45px) - margin-left 44px + margin 8px 0 0 44px + line-height 28px white-space nowrap text-overflow ellipsis @@ -380,7 +381,7 @@ left 0 width 100% 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 display inline-block |