投稿詳細:本文

This commit is contained in:
tamaina 2017-02-10 23:07:17 +09:00
parent b8616b7f9e
commit a28b3a46f7
1 changed files with 38 additions and 42 deletions

View File

@ -15,8 +15,8 @@
<div class="repost" if={ isRepost }> <div class="repost" if={ isRepost }>
<p><a class="avatar-anchor" href={ CONFIG.url + '/' + post.user.username }><img class="avatar" src={ post.user.avatar_url + '?thumbnail&size=32' } alt="avatar"/></a><i class="fa fa-retweet"></i><a class="name" href={ CONFIG.url + '/' + post.user.username }>{ post.user.name }</a>がRepost</p> <p><a class="avatar-anchor" href={ CONFIG.url + '/' + post.user.username }><img class="avatar" src={ post.user.avatar_url + '?thumbnail&size=32' } alt="avatar"/></a><i class="fa fa-retweet"></i><a class="name" href={ CONFIG.url + '/' + post.user.username }>{ post.user.name }</a>がRepost</p>
</div> </div>
<article><a class="avatar-anchor" href={ CONFIG.url + '/' + p.user.username }><img class="avatar" src={ p.user.avatar_url + '?thumbnail&size=64' } alt="avatar"/></a> <article>
<header><a class="name" href={ CONFIG.url + '/' + p.user.username }>{ p.user.name }</a><span class="username">@{ p.user.username }</span></header> <header><a class="avatar-anchor" href={ CONFIG.url + '/' + p.user.username }><img class="avatar" src={ p.user.avatar_url + '?thumbnail&size=64' } alt="avatar"/></a><div><a class="name" href={ CONFIG.url + '/' + p.user.username }>{ p.user.name }</a><span class="username">@{ p.user.username }</span></div></header>
<div class="body"> <div class="body">
<div class="text" ref="text"></div> <div class="text" ref="text"></div>
<div class="media" if={ p.media }> <div class="media" if={ p.media }>
@ -148,8 +148,13 @@
> .main > footer > button > .main > footer > button
color #888 color #888
> header
display flex
line-height 1.1em
> .avatar-anchor > .avatar-anchor
display block display block
padding 0 .5em 0 0
> .avatar > .avatar
display block display block
@ -163,20 +168,11 @@
width 60px width 60px
height 60px height 60px
> header > div
position absolute
top 18px
left 80px
width calc(100% - 80px)
@media (min-width 500px)
top 28px
left 108px
width calc(100% - 108px)
> .name > .name
display inline-block display inline-block
margin 0 margin .4em 0
color #777 color #777
font-size 16px font-size 16px
font-weight bold font-weight bold