This commit is contained in:
parent
bd8bf3e5a2
commit
23498e3e54
|
@ -362,7 +362,6 @@ export default Vue.extend({
|
||||||
display flex
|
display flex
|
||||||
margin-bottom 4px
|
margin-bottom 4px
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
line-height 1.4
|
|
||||||
|
|
||||||
> .name
|
> .name
|
||||||
display block
|
display block
|
||||||
|
@ -392,7 +391,6 @@ export default Vue.extend({
|
||||||
|
|
||||||
> .info
|
> .info
|
||||||
margin-left auto
|
margin-left auto
|
||||||
text-align right
|
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
|
|
||||||
> .app
|
> .app
|
||||||
|
|
|
@ -311,8 +311,7 @@ export default Vue.extend({
|
||||||
overflow hidden
|
overflow hidden
|
||||||
color #777
|
color #777
|
||||||
font-size 1em
|
font-size 1em
|
||||||
font-weight 700
|
font-weight bold
|
||||||
text-align left
|
|
||||||
text-decoration none
|
text-decoration none
|
||||||
text-overflow ellipsis
|
text-overflow ellipsis
|
||||||
|
|
||||||
|
@ -320,7 +319,6 @@ export default Vue.extend({
|
||||||
text-decoration underline
|
text-decoration underline
|
||||||
|
|
||||||
> .is-bot
|
> .is-bot
|
||||||
text-align left
|
|
||||||
margin 0 0.5em 0 0
|
margin 0 0.5em 0 0
|
||||||
padding 1px 6px
|
padding 1px 6px
|
||||||
font-size 12px
|
font-size 12px
|
||||||
|
@ -329,7 +327,6 @@ export default Vue.extend({
|
||||||
border-radius 3px
|
border-radius 3px
|
||||||
|
|
||||||
> .username
|
> .username
|
||||||
text-align left
|
|
||||||
margin 0 0.5em 0 0
|
margin 0 0.5em 0 0
|
||||||
color #ccc
|
color #ccc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue