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:
parent
1db9b1e1ad
commit
96692454a0
19 changed files with 160 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="user-panel">
|
||||
<div v-if='user' class="panel panel-default" style="overflow: visible;">
|
||||
<user-card-content :user="user" :switcher="false"></user-card-content>
|
||||
<user-card-content :user="user" :switcher="false" :hideBio="true"></user-card-content>
|
||||
<div class="panel-footer">
|
||||
<post-status-form v-if='user'></post-status-form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue