Don't shorten shoutbox to SB

このコミットが含まれているのは:
Eris 2021-06-14 20:33:51 +00:00 committed by Henry Jameson
コミット 0a3ce9cc8b
2個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -73,7 +73,7 @@ export default {
this.$store.state.instance.instanceSpecificPanelContent
},
showFeaturesPanel () { return this.$store.state.instance.showFeaturesPanel },
hideSB () {
hideShoutbox () {
return this.$store.getters.mergedConfig.hideShoutbox
},
isMobileLayout () { return this.$store.state.interface.mobileLayout },

ファイルの表示

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