From 56d4a6afdef458d9f78305b7fc3a95c4773cd90c Mon Sep 17 00:00:00 2001 From: itsjohncs Date: Fri, 22 Oct 2021 13:52:51 -0700 Subject: [PATCH] Improve responsiveness of channel name and topic. This commit makes two changes: 1. Long channel names are truncated. 2. Topics cannot be shrinked into non-existence. --- client/components/Chat.vue | 6 +++++- client/css/style.css | 11 ++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/client/components/Chat.vue b/client/components/Chat.vue index 1761d4bc..c0d665d7 100644 --- a/client/components/Chat.vue +++ b/client/components/Chat.vue @@ -35,7 +35,11 @@ -