Skip to content
Snippets Groups Projects
Commit dea85c3a authored by syuilo's avatar syuilo
Browse files

wip

parent 78160188
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment