[Client] Fix #3213

This commit is contained in:
syuilo 2018-11-13 16:19:46 +09:00
parent 4a6722b9e9
commit 7896242f57
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
15 changed files with 196 additions and 320 deletions

View file

@ -19,7 +19,7 @@
<p>{{ $t('followers') }}</p><span>{{ u.followersCount }}</span>
</div>
</div>
<mk-follow-button v-if="$store.getters.isSignedIn && u.id != $store.state.i.id" :user="u"/>
<mk-follow-button class="follow-button" v-if="$store.getters.isSignedIn && u.id != $store.state.i.id" :user="u" mini/>
</template>
</div>
</template>
@ -154,7 +154,7 @@ export default Vue.extend({
font-size 1em
color var(--primary)
> .mk-follow-button
> .follow-button
position absolute
top 92px
right 8px