aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2019-03-14 17:46:04 +0200
committershpuld <shp@cock.li>2019-03-14 17:46:04 +0200
commitf19284357e94968cdc9d4034c5e33ef9d6f6d9d7 (patch)
tree81ba0e1f4b06aac964daa7b2d55babeb767bd73b /src/App.vue
parent7ce8fe92141cde52e3f47d555bd6c604e1a673ed (diff)
make nav bar slide, move mobile post status to mobile nav
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/App.vue b/src/App.vue
index 54155831..3b8623ad 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -46,13 +46,6 @@
<media-modal></media-modal>
</div>
<chat-panel :floating="true" v-if="currentUser && chat" class="floating-chat mobile-hidden"></chat-panel>
- <div v-if="isMobileLayout">
- <side-drawer ref="sideDrawer" :logout="logout"></side-drawer>
- <div class="mobile-notifications" :class="{ 'closed': !notificationsOpen }">
- <notifications/>
- </div>
- </div>
- <MobilePostStatusModal />
</div>
</template>