投稿詳細画面:リプライ
This commit is contained in:
parent
a28b3a46f7
commit
3ecf7a199b
|
@ -17,6 +17,10 @@
|
||||||
background #fff
|
background #fff
|
||||||
|
|
||||||
> article
|
> article
|
||||||
|
padding 8px 16px 8px 16px
|
||||||
|
|
||||||
|
@media (min-width 500px)
|
||||||
|
padding 8px 32px 8px 32px
|
||||||
|
|
||||||
&:after
|
&:after
|
||||||
content ""
|
content ""
|
||||||
|
@ -45,31 +49,32 @@
|
||||||
width calc(100% - 60px)
|
width calc(100% - 60px)
|
||||||
|
|
||||||
> header
|
> header
|
||||||
|
display flex
|
||||||
margin-bottom 4px
|
margin-bottom 4px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
|
|
||||||
> .name
|
> .name
|
||||||
display inline
|
display block
|
||||||
margin 0
|
margin 0 .5em 0 0
|
||||||
padding 0
|
padding 0
|
||||||
|
overflow hidden
|
||||||
color #607073
|
color #607073
|
||||||
font-size 1em
|
font-size 1em
|
||||||
font-weight 700
|
font-weight 700
|
||||||
text-align left
|
text-align left
|
||||||
text-decoration none
|
text-decoration none
|
||||||
|
text-overflow ellipsis
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
text-decoration underline
|
text-decoration underline
|
||||||
|
|
||||||
> .username
|
> .username
|
||||||
text-align left
|
text-align left
|
||||||
margin 0 0 0 8px
|
margin 0 .5em 0 0
|
||||||
color #d1d8da
|
color #d1d8da
|
||||||
|
|
||||||
> .time
|
> .time
|
||||||
position absolute
|
margin-left auto
|
||||||
top 0
|
|
||||||
right 0
|
|
||||||
color #b2b8bb
|
color #b2b8bb
|
||||||
|
|
||||||
> .body
|
> .body
|
||||||
|
|
Loading…
Reference in New Issue