aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-26 18:12:45 +0300
committerHenry Jameson <me@hjkos.com>2022-04-26 18:12:45 +0300
commit49db16318b8072cf15f2ffd5a8a237ee86034b74 (patch)
treec7541f578ca8f233bc001ec636019c3768815bb8 /src/App.vue
parent079e289260bfdf0ac8804f43b09f0c14c5338f5d (diff)
more fixes for shoutbox
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 707b91e5..5b448972 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -47,7 +47,7 @@
v-if="currentUser && shout && !hideShoutbox"
:floating="true"
class="floating-shout mobile-hidden"
- :class="{ 'left': shoutboxPosition }"
+ :class="{ '-left': shoutboxPosition }"
/>
<MobilePostStatusButton />
<UserReportingModal />