diff options
| author | Henry Jameson <me@hjkos.com> | 2022-07-19 19:33:48 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-07-19 19:33:48 +0300 |
| commit | 2c3c2bb5b032f534a7ff9bc7be4687373baa2f8d (patch) | |
| tree | a38f7c58979bbecc3735eba77fbbb925b2c910b3 /src/components/user_profile | |
| parent | 54ab1ed741984ef0a81019bde053f441f99eaab2 (diff) | |
fix avatar not closing, add option to put popovers next to avatar
instead of over it
Diffstat (limited to 'src/components/user_profile')
| -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 62792599..430d0915 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" - :allow-zooming-avatar="true" + :avatar-action="zoom" rounded="top" /> <div |
