summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-24 15:05:37 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-24 15:05:37 +0900
commitc3fcfad910ea4a0880c8406b29fa694e335a2e43 (patch)
tree0fbfbbcdf7f9c5ffd92e2ee8a9ee94ddd567f007 /src/client
parentrefactor client (diff)
downloadsharkey-c3fcfad910ea4a0880c8406b29fa694e335a2e43.tar.gz
sharkey-c3fcfad910ea4a0880c8406b29fa694e335a2e43.tar.bz2
sharkey-c3fcfad910ea4a0880c8406b29fa694e335a2e43.zip
:art:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/user/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/user/index.vue b/src/client/pages/user/index.vue
index d5dc244b4b..5074c4531c 100644
--- a/src/client/pages/user/index.vue
+++ b/src/client/pages/user/index.vue
@@ -172,7 +172,7 @@
</div>
<MkInfo v-else-if="$i && $i.id === user.id">{{ $ts.userPagePinTip }}</MkInfo>
<XPhotos :user="user" :key="user.id"/>
- <XActivity :user="user" :key="user.id"/>
+ <XActivity :user="user" :key="user.id" style="margin-top: var(--margin);"/>
</div>
<div>
<XUserTimeline :user="user"/>