[Client] Fix #3213

This commit is contained in:
syuilo
2018-11-13 16:19:46 +09:00
parent 4a6722b9e9
commit 7896242f57
15 changed files with 196 additions and 320 deletions

View File

@@ -5,7 +5,7 @@
</header>
<a class="name" :href="user | userPage" target="_blank">{{ user | userName }}</a>
<p class="username"><mk-acct :user="user"/></p>
<mk-follow-button :user="user"/>
<mk-follow-button class="follow-button" :user="user"/>
</div>
</template>
@@ -53,7 +53,7 @@ export default Vue.extend({
font-size 15px
color #ccc
> .mk-follow-button
> .follow-button
display inline-block
margin 8px 0 16px 0