forked from FoundKeyGang/FoundKey
commit
534251040a
2 changed files with 15 additions and 14 deletions
|
@ -54,32 +54,32 @@
|
||||||
width calc(100% - 66px)
|
width calc(100% - 66px)
|
||||||
|
|
||||||
> header
|
> header
|
||||||
|
display flex
|
||||||
margin-bottom 4px
|
margin-bottom 4px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
line-height 21px
|
line-height 21px
|
||||||
|
|
||||||
> .name
|
> .name
|
||||||
display inline
|
display block
|
||||||
margin 0
|
margin 0 .5em 0 0
|
||||||
padding 0
|
padding 0
|
||||||
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
|
||||||
|
|
||||||
> .created-at
|
> .created-at
|
||||||
position absolute
|
margin-left auto
|
||||||
top 0
|
|
||||||
right 0
|
|
||||||
color #b2b8bb
|
color #b2b8bb
|
||||||
|
|
||||||
> .body
|
> .body
|
||||||
|
|
|
@ -158,26 +158,29 @@
|
||||||
width calc(100% - 74px)
|
width calc(100% - 74px)
|
||||||
|
|
||||||
> header
|
> header
|
||||||
|
display flex
|
||||||
margin-bottom 4px
|
margin-bottom 4px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
line-height 24px
|
line-height 1.4
|
||||||
|
|
||||||
> .name
|
> .name
|
||||||
display inline
|
display block
|
||||||
margin 0
|
margin 0 .5em 0 0
|
||||||
padding 0
|
padding 0
|
||||||
|
overflow hidden
|
||||||
color #777
|
color #777
|
||||||
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
|
||||||
|
|
||||||
> .is-bot
|
> .is-bot
|
||||||
text-align left
|
text-align left
|
||||||
margin 0 0 0 8px
|
margin 0 .5em 0 0
|
||||||
padding 1px 6px
|
padding 1px 6px
|
||||||
font-size 12px
|
font-size 12px
|
||||||
color #aaa
|
color #aaa
|
||||||
|
@ -186,13 +189,11 @@
|
||||||
|
|
||||||
> .username
|
> .username
|
||||||
text-align left
|
text-align left
|
||||||
margin 0 0 0 8px
|
margin 0 .5em 0 0
|
||||||
color #ccc
|
color #ccc
|
||||||
|
|
||||||
> .info
|
> .info
|
||||||
position absolute
|
margin-left auto
|
||||||
top 0
|
|
||||||
right 0
|
|
||||||
text-align right
|
text-align right
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue