diff options
| author | Eris <femmediscord@gmail.com> | 2021-06-14 17:54:40 +0000 |
|---|---|---|
| committer | Eris <femmediscord@gmail.com> | 2021-06-14 17:54:40 +0000 |
| commit | adfe56a3a31b3c4a8c2c206c06bebf9c4af675d1 (patch) | |
| tree | 552897a6324f91d193efca382a382ab9ad2bcb98 /src/App.vue | |
| parent | 2725a0c6398a876590b458ff1a8d6c2cc9af1d11 (diff) | |
New option: Always show floating New Post button
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.vue b/src/App.vue index 6c582c03..6b867498 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,6 +53,7 @@ v-if="currentUser && shout" :floating="true" class="floating-shout mobile-hidden" + :class="{ 'left': shoutboxPosition }" /> <MobilePostStatusButton /> <UserReportingModal /> |
