Merge pull request #180 from tamaina/lets_flex

投稿表示`header`改良
This commit is contained in:
syuilo⭐️ 2017-02-18 18:42:13 +09:00 committed by GitHub
commit a57ff16fd7
4 changed files with 9 additions and 10 deletions

View file

@ -45,31 +45,31 @@
width calc(100% - 68px)
> header
margin-bottom 4px
display flex
margin 4px 0
white-space nowrap
> .name
display inline
margin 0
margin 0 .5em 0 0
padding 0
color #607073
font-size 1em
line-height 1.1em
font-weight 700
text-align left
text-decoration none
white-space normal
&: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

View file

@ -63,6 +63,7 @@
display block
margin 0 .5em 0 0
padding 0
overflow hidden
color #607073
font-size 1em
font-weight 700

View file

@ -56,7 +56,6 @@
> header
display flex
flex-wrap wrap
margin-bottom 2px
white-space nowrap

View file

@ -147,7 +147,6 @@
> header
display flex
flex-wrap wrap
white-space nowrap
@media (min-width 500px)
@ -179,7 +178,7 @@
> .username
text-align left
margin 0
margin 0 0.5em 0 0
color #ccc
> .created-at