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
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue