Add floating post-status button on mobile

This commit is contained in:
Shpuld Shpludson 2019-03-11 16:51:37 +00:00
parent bb1a4e11f8
commit 4a27c6d8d3
8 changed files with 203 additions and 26 deletions

View file

@ -50,6 +50,7 @@
<media-modal></media-modal>
</div>
<chat-panel :floating="true" v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel>
<MobilePostStatusModal />
</div>
</template>