summaryrefslogtreecommitdiff
path: root/app/views/application/_chat.html.erb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-04-25 12:44:03 -0400
committerDavid Gay <david@davidgay.org>2021-04-25 12:44:03 -0400
commit3886a5325d029e552501cff32a22769ef1888a06 (patch)
tree2b00865d463f2323c3c8ca9211fcb0495dc46058 /app/views/application/_chat.html.erb
parent62a3d19900247fe26d46f140a568b6ce5996b0f4 (diff)
Layout and styles
Diffstat (limited to 'app/views/application/_chat.html.erb')
-rw-r--r--app/views/application/_chat.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/application/_chat.html.erb b/app/views/application/_chat.html.erb
new file mode 100644
index 0000000..868986b
--- /dev/null
+++ b/app/views/application/_chat.html.erb
@@ -0,0 +1,8 @@
+<div class="flex flex-col h-full text-sm">
+ <div id="chat_output" class="overflow-auto flex-grow">
+ Chat output will go here.
+ </div>
+ <div class="flex-none">
+ Chat input will go here.
+ </div>
+</div>