diff sat_templates/templates/bulma/static/chat.css @ 329:6a26c8a43d10

bulma (chat): fix chat: those change are done to have a minimal chat working, but it's really basic. A full-featured chat should come in a future version.
author Goffi <goffi@goffi.org>
date Fri, 07 May 2021 15:38:10 +0200
parents
children b2b859a62e70
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sat_templates/templates/bulma/static/chat.css	Fri May 07 15:38:10 2021 +0200
@@ -0,0 +1,10 @@
+#chat-panel {
+	height: calc(100vh - 3.25rem);
+    padding-top: 1rem;
+    display: flex;
+    flex-direction: column;
+}
+
+#messages {
+    overflow: auto;
+}