mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
Update follow-button.vue
This commit is contained in:
parent
42189e1833
commit
d08387c859
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue