wip
This commit is contained in:
parent
78160188d9
commit
dea85c3a97
@ -72,9 +72,7 @@ export default Vue.extend({
|
||||
padding 0
|
||||
color #607073
|
||||
font-size 1em
|
||||
line-height 1.1em
|
||||
font-weight 700
|
||||
text-align left
|
||||
font-weight bold
|
||||
text-decoration none
|
||||
white-space normal
|
||||
|
||||
@ -82,7 +80,6 @@ export default Vue.extend({
|
||||
text-decoration underline
|
||||
|
||||
> .username
|
||||
text-align left
|
||||
margin 0 .5em 0 0
|
||||
color #d1d8da
|
||||
|
||||
|
@ -80,8 +80,7 @@ export default Vue.extend({
|
||||
overflow hidden
|
||||
color #607073
|
||||
font-size 1em
|
||||
font-weight 700
|
||||
text-align left
|
||||
font-weight bold
|
||||
text-decoration none
|
||||
text-overflow ellipsis
|
||||
|
||||
@ -89,7 +88,6 @@ export default Vue.extend({
|
||||
text-decoration underline
|
||||
|
||||
> .username
|
||||
text-align left
|
||||
margin 0 .5em 0 0
|
||||
color #d1d8da
|
||||
|
||||
|
@ -371,8 +371,7 @@ export default Vue.extend({
|
||||
overflow hidden
|
||||
color #777
|
||||
font-size 1em
|
||||
font-weight 700
|
||||
text-align left
|
||||
font-weight bold
|
||||
text-decoration none
|
||||
text-overflow ellipsis
|
||||
|
||||
@ -380,7 +379,6 @@ export default Vue.extend({
|
||||
text-decoration underline
|
||||
|
||||
> .is-bot
|
||||
text-align left
|
||||
margin 0 .5em 0 0
|
||||
padding 1px 6px
|
||||
font-size 12px
|
||||
@ -389,7 +387,6 @@ export default Vue.extend({
|
||||
border-radius 3px
|
||||
|
||||
> .username
|
||||
text-align left
|
||||
margin 0 .5em 0 0
|
||||
color #ccc
|
||||
|
||||
|
@ -10,7 +10,7 @@ import Vue from 'vue';
|
||||
export default Vue.extend({
|
||||
methods: {
|
||||
post() {
|
||||
(this.$parent.$parent as any).openPostForm();
|
||||
(this as any).apis.post();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user