diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..f08a78f --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,22 @@ + + + + \ No newline at end of file diff --git a/projectplan/projectplan.pdf b/projectplan/projectplan.pdf index d868361..e41b19d 100644 Binary files a/projectplan/projectplan.pdf and b/projectplan/projectplan.pdf differ diff --git a/website/styles/chat.css b/website/styles/chat.css index f7476bb..6874372 100644 --- a/website/styles/chat.css +++ b/website/styles/chat.css @@ -18,14 +18,14 @@ display: inline-flex; } -.chat-list, .chat-history { +.chat-recent, .chat-history { border-radius: 20px; width: 100%; background-color: white; } /* List of chats. */ -.chat-list { +.chat-recent { height: 600px; overflow-y: auto; padding: 10px; diff --git a/website/views/chat-view.php b/website/views/chat-view.php index 2f5d7a0..710b6a3 100644 --- a/website/views/chat-view.php +++ b/website/views/chat-view.php @@ -1,13 +1,17 @@
- + + Rudolf Leslo +
+
+ + Henk de Boer +
+
@@ -49,6 +53,17 @@ >
+ +
+ + +
\ No newline at end of file