aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue
index 1a166778..eb65b548 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -49,10 +49,11 @@
</div>
<media-modal />
</div>
- <chat-panel
- v-if="currentUser && chat"
+ <shout-panel
+ v-if="currentUser && shout && !hideShoutbox"
:floating="true"
- class="floating-chat mobile-hidden"
+ class="floating-shout mobile-hidden"
+ :class="{ 'left': shoutboxPosition }"
/>
<MobilePostStatusButton />
<UserReportingModal />