forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
e29e43af3c
commit
df577b5d63
1 changed files with 5 additions and 8 deletions
|
@ -368,30 +368,27 @@ export default Vue.extend({
|
||||||
clear both
|
clear both
|
||||||
|
|
||||||
> header
|
> header
|
||||||
|
display flex
|
||||||
|
align-items center
|
||||||
margin-bottom 2px
|
margin-bottom 2px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
overflow hidden
|
|
||||||
|
|
||||||
> .name
|
> .name
|
||||||
text-align left
|
|
||||||
display inline
|
|
||||||
margin 0
|
margin 0
|
||||||
padding 0
|
padding 0
|
||||||
|
overflow hidden
|
||||||
|
text-overflow ellipsis
|
||||||
font-size 1em
|
font-size 1em
|
||||||
color rgba(0, 0, 0, 0.9)
|
color rgba(0, 0, 0, 0.9)
|
||||||
font-weight bold
|
font-weight bold
|
||||||
transition all 0.1s ease
|
transition all 0.1s ease
|
||||||
|
|
||||||
> .username
|
> .username
|
||||||
text-align left
|
|
||||||
margin 0 0 0 8px
|
margin 0 0 0 8px
|
||||||
color rgba(0, 0, 0, 0.5)
|
color rgba(0, 0, 0, 0.5)
|
||||||
|
|
||||||
> .mk-time
|
> .mk-time
|
||||||
position absolute
|
margin 0 0 0 auto
|
||||||
top 0
|
|
||||||
right 0
|
|
||||||
display inline
|
|
||||||
color rgba(0, 0, 0, 0.5)
|
color rgba(0, 0, 0, 0.5)
|
||||||
font-size 80%
|
font-size 80%
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue