diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-26 18:12:45 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-26 18:12:45 +0300 |
| commit | 49db16318b8072cf15f2ffd5a8a237ee86034b74 (patch) | |
| tree | c7541f578ca8f233bc001ec636019c3768815bb8 /src/App.vue | |
| parent | 079e289260bfdf0ac8804f43b09f0c14c5338f5d (diff) | |
more fixes for shoutbox
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
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 /> |
