aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_panel
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-04-14 10:19:09 +0300
committershpuld <shp@cock.li>2018-04-14 10:19:09 +0300
commit96692454a0692166971072da357e6ae077844bfe (patch)
tree80b3031876365de76567b0e9303fa7abaa64a4bf /src/components/user_panel
parent1db9b1e1ad52f9f80305fcb71a306b3beb28a96a (diff)
change external link icon, move chat from side panel to floating, hide own bio, prevent body/app from scrolling horizontally.
Diffstat (limited to 'src/components/user_panel')
-rw-r--r--src/components/user_panel/user_panel.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue
index 05af7bc3..3d4f873d 100644
--- a/src/components/user_panel/user_panel.vue
+++ b/src/components/user_panel/user_panel.vue
@@ -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>