diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-25 15:14:44 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-28 21:05:13 -0400 |
| commit | b2bd128f059de44a0ec27591dbc0052f494887a1 (patch) | |
| tree | 6a2ccf2debe2a39f6ea4a2d843900f3089b50bfb /src/components/user_profile | |
| parent | 5881d92eb7ce143757ccca7b0e91abd7d0b9c69f (diff) | |
allow zooming avatar in profile panel header
Diffstat (limited to 'src/components/user_profile')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index e862440e..cffa28f1 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -8,6 +8,7 @@ :user="user" :switcher="true" :selected="timeline.viewing" + :allow-zooming-avatar="true" rounded="top" /> <tab-switcher |
