Update follow-button.vue

This commit is contained in:
syuilo 2020-01-31 12:01:13 +09:00
parent a5cf189caa
commit 84bf879b7d

View file

@ -135,6 +135,7 @@ export default Vue.extend({
&.full { &.full {
padding: 0 8px 0 12px; padding: 0 8px 0 12px;
font-size: 14px;
} }
&:not(.full) { &:not(.full) {
@ -184,7 +185,7 @@ export default Vue.extend({
} }
> span { > span {
margin-right: 8px; margin-right: 6px;
} }
} }
</style> </style>