We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a86ce commit 426ad1dCopy full SHA for 426ad1d
3 files changed
src/components/ChatApp.vue
@@ -7,9 +7,11 @@
7
<template v-slot:main>
8
<div class="channel d-flex flex-column">
9
<ChannelMessages class="flex-grow-1 flex-shrink-1" />
10
- <ChatInput class="flex-grow-1 flex-shrink-0" />
11
</div>
12
</template>
+ <template v-slot:footer>
13
+ <ChatInput class="flex-grow-1 flex-shrink-0" />
14
+ </template>
15
</DraggableWindow>
16
17
src/components/chat/ChatInput.vue
@@ -40,8 +40,4 @@
40
}
41
</script>
42
43
-<style scoped>
44
- .chat-input-container {
45
- min-height: 5em;
46
- }
47
-</style>
+<style scoped></style>
0 commit comments