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

@ -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>