diff options
| author | ShittyKopper <shittykopper@w.on-t.work> | 2023-10-31 21:57:59 +0300 |
|---|---|---|
| committer | ShittyKopper <shittykopper@w.on-t.work> | 2023-11-01 21:43:26 +0300 |
| commit | 45cb1d77090ebdf5178c3d2a55285c850fc621d3 (patch) | |
| tree | a3c67ec76ab6b2276b154262b71b4697c831f70f /packages/frontend/src/components/MkFollowButton.vue | |
| parent | Revert "fix: css rounding" (diff) | |
| download | sharkey-45cb1d77090ebdf5178c3d2a55285c850fc621d3.tar.gz sharkey-45cb1d77090ebdf5178c3d2a55285c850fc621d3.tar.bz2 sharkey-45cb1d77090ebdf5178c3d2a55285c850fc621d3.zip | |
Revert "test: change buttons and avatar"
This reverts commit 9c8aaf394543b397632ea2349d84005f57768345.
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 17714558fe..f61cceeb67 100644 --- a/packages/frontend/src/components/MkFollowButton.vue +++ b/packages/frontend/src/components/MkFollowButton.vue @@ -151,7 +151,7 @@ onBeforeUnmount(() => { padding: 0; height: 31px; font-size: 16px; - border-radius: 5px; + border-radius: 32px; background: #fff; &.full { @@ -179,7 +179,7 @@ onBeforeUnmount(() => { bottom: -5px; left: -5px; border: 2px solid var(--focus); - border-radius: 5px; + border-radius: 32px; } } |