diff options
| author | Insert5StarName <anime@shourai.de> | 2023-10-01 01:47:08 +0200 |
|---|---|---|
| committer | Insert5StarName <anime@shourai.de> | 2023-10-01 01:47:08 +0200 |
| commit | 9c8aaf394543b397632ea2349d84005f57768345 (patch) | |
| tree | 9b392859158e4a44f89d014420b82fe35b1e3583 /packages/frontend/src/components/MkFollowButton.vue | |
| parent | prototype: decreased rounding (diff) | |
| download | sharkey-9c8aaf394543b397632ea2349d84005f57768345.tar.gz sharkey-9c8aaf394543b397632ea2349d84005f57768345.tar.bz2 sharkey-9c8aaf394543b397632ea2349d84005f57768345.zip | |
test: change buttons and avatar
Diffstat (limited to 'packages/frontend/src/components/MkFollowButton.vue')
| -rw-r--r-- | packages/frontend/src/components/MkFollowButton.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkFollowButton.vue b/packages/frontend/src/components/MkFollowButton.vue index d5df6f5753..1a7bba8a7a 100644 --- a/packages/frontend/src/components/MkFollowButton.vue +++ b/packages/frontend/src/components/MkFollowButton.vue @@ -141,7 +141,7 @@ onBeforeUnmount(() => { padding: 0; height: 31px; font-size: 16px; - border-radius: 32px; + border-radius: 5px; background: #fff; &.full { @@ -169,7 +169,7 @@ onBeforeUnmount(() => { bottom: -5px; left: -5px; border: 2px solid var(--focus); - border-radius: 32px; + border-radius: 5px; } } |