New option: Hide shoutbox

This commit is contained in:
Eris 2021-06-14 19:42:56 +00:00 committed by Henry Jameson
parent 1717a3aaf2
commit 9e9ab5cec9
6 changed files with 12 additions and 1 deletions

View file

@ -50,7 +50,7 @@
<media-modal />
</div>
<shout-panel
v-if="currentUser && shout"
v-if="currentUser && shout && !hideSB"
:floating="true"
class="floating-shout mobile-hidden"
/>