style: 💄 don't show activity if narrow (cleaner)

This commit is contained in:
ThatOneCalculator 2023-07-24 17:10:27 -07:00
parent 5930c8fc08
commit c996e88710
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -363,11 +363,11 @@
> >
<template v-if="narrow"> <template v-if="narrow">
<XPhotos :key="user.id" :user="user" /> <XPhotos :key="user.id" :user="user" />
<XActivity <!-- <XActivity
:key="user.id" :key="user.id"
:user="user" :user="user"
style="margin-top: var(--margin)" style="margin-top: var(--margin)"
/> /> -->
</template> </template>
</div> </div>
<div> <div>