style: 💄 don't show activity if narrow (cleaner)
This commit is contained in:
parent
5930c8fc08
commit
c996e88710
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue