diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-03-03 16:46:53 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-03-03 16:46:53 +0200 |
| commit | 0673511fc246d67356dd656ad81ba401e3179108 (patch) | |
| tree | 4c142129fde76fdbf9f1d82d213d3964d0152d1c /src/App.vue | |
| parent | 30057a494441b01c0db85ec302aed224cf0768f2 (diff) | |
fix shoutbox header, use custom scroll-to-bottom system, remove vue-chat-scroll, temporarily add chat test hack
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 1a166778..e09ce4c8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -50,7 +50,7 @@ <media-modal /> </div> <chat-panel - v-if="currentUser && chat" + v-if="currentUser" :floating="true" class="floating-chat mobile-hidden" /> |
