aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
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/App.vue
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/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 051c601d..a8d17fa7 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -24,7 +24,6 @@
<user-panel></user-panel>
<nav-panel></nav-panel>
<instance-specific-panel v-if="showInstanceSpecificPanel"></instance-specific-panel>
- <chat-panel v-if="currentUser && chat"></chat-panel>
<notifications v-if="currentUser"></notifications>
</div>
</div>
@@ -36,6 +35,7 @@
</transition>
</div>
</div>
+ <chat-panel v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel>
</div>
</template>