diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2017-02-10 23:24:30 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2017-02-10 23:24:30 +0900 |
| commit | 3ecf7a199bcd7221639e64349f03e8138af858aa (patch) | |
| tree | aa1e835d8b1cffb2d89094ec072e1e6ba33d162f /src | |
| parent | 投稿詳細:本文 (diff) | |
| download | misskey-3ecf7a199bcd7221639e64349f03e8138af858aa.tar.gz misskey-3ecf7a199bcd7221639e64349f03e8138af858aa.tar.bz2 misskey-3ecf7a199bcd7221639e64349f03e8138af858aa.zip | |
投稿詳細画面:リプライ
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/mobile/tags/post-preview.tag | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/web/app/mobile/tags/post-preview.tag b/src/web/app/mobile/tags/post-preview.tag index 3d646c1c0a..61023ce96d 100644 --- a/src/web/app/mobile/tags/post-preview.tag +++ b/src/web/app/mobile/tags/post-preview.tag @@ -17,6 +17,10 @@ background #fff > article + padding 8px 16px 8px 16px + + @media (min-width 500px) + padding 8px 32px 8px 32px &:after content "" @@ -45,31 +49,32 @@ width calc(100% - 60px) > header + display flex margin-bottom 4px white-space nowrap > .name - display inline - margin 0 + display block + margin 0 .5em 0 0 padding 0 + overflow hidden color #607073 font-size 1em font-weight 700 text-align left text-decoration none + text-overflow ellipsis &:hover text-decoration underline > .username text-align left - margin 0 0 0 8px + margin 0 .5em 0 0 color #d1d8da > .time - position absolute - top 0 - right 0 + margin-left auto color #b2b8bb > .body |