change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally.

This commit is contained in:
shpuld 2018-04-14 10:19:09 +03:00
parent 1db9b1e1ad
commit 96692454a0
19 changed files with 160 additions and 27 deletions

View file

@ -6,7 +6,7 @@
<i class="icon-cog usersettings"></i>
</router-link>
<a :href="user.statusnet_profile_url" target="_blank" style="float: right; margin-top:16px;" v-if="isOtherUser">
<i class="icon-binoculars usersettings"></i>
<i class="icon-link-ext usersettings"></i>
</a>
<div class='container'>
<router-link :to="{ name: 'user-profile', params: { id: user.id } }">
@ -90,7 +90,7 @@
<span>{{user.followers_count}}</span>
</div>
</div>
<p>{{user.description}}</p>
<p v-if="!hideBio">{{user.description}}</p>
</div>
</div>
</template>