diff options
| author | Henry Jameson <me@hjkos.com> | 2022-07-27 19:08:20 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-07-27 19:08:20 +0300 |
| commit | c5919228abe1c5523698f88cace8f289810ef206 (patch) | |
| tree | 8c157ad3bd9240d1c3e67b6641707be6ad919330 | |
| parent | 19a7335ee7e7b0a287b027783efc7d35c2a11d46 (diff) | |
fix avatar not zooming in profile page
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 430d0915..dbf28981 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -8,7 +8,7 @@ :user-id="userId" :switcher="true" :selected="timeline.viewing" - :avatar-action="zoom" + avatar-action="zoom" rounded="top" /> <div |
