diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-01-31 12:01:13 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-01-31 12:01:13 +0900 |
| commit | 84bf879b7dca7b512c8fe7f6ac2257e0f325f3ef (patch) | |
| tree | 525b39c947a75c4a9567d801c2e6ca6431b450c4 /src | |
| parent | Improve follow button (diff) | |
| download | misskey-84bf879b7dca7b512c8fe7f6ac2257e0f325f3ef.tar.gz misskey-84bf879b7dca7b512c8fe7f6ac2257e0f325f3ef.tar.bz2 misskey-84bf879b7dca7b512c8fe7f6ac2257e0f325f3ef.zip | |
Update follow-button.vue
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/follow-button.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/components/follow-button.vue b/src/client/components/follow-button.vue index 7e2ebf8370..6ebe9db9e6 100644 --- a/src/client/components/follow-button.vue +++ b/src/client/components/follow-button.vue @@ -135,6 +135,7 @@ export default Vue.extend({ &.full { padding: 0 8px 0 12px; + font-size: 14px; } &:not(.full) { @@ -184,7 +185,7 @@ export default Vue.extend({ } > span { - margin-right: 8px; + margin-right: 6px; } } </style> |