From 62b67879cd5c53147ea543eeb56ec9acc3ea5edc Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 17 Aug 2014 23:49:34 +0100 Subject: make text font sizes consistent add a gap between bubble-blocks from different users make sent-text lighter than received-text wrap the memberslist text more sensibly fix height of bubbles to match that of avatars (32px) --- webclient/room/room.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'webclient/room') diff --git a/webclient/room/room.html b/webclient/room/room.html index f965d13c55..7ec2c7cdc7 100644 --- a/webclient/room/room.html +++ b/webclient/room/room.html @@ -13,7 +13,7 @@ -
{{ member.displayname || member.id.substr(0, member.id.indexOf(':')) }}{{ member.displayname ? "" : member.id.substr(member.id.indexOf(':')) }}
+
{{ member.displayname || member.id.substr(0, member.id.indexOf(':')) }}
{{ member.displayname ? "" : member.id.substr(member.id.indexOf(':')) }}
{{ member.mtime_age | duration }}
{{ member.mtime_age ? "ago" : "" }} @@ -23,7 +23,8 @@
- + -
{{ members[msg.user_id].displayname || msg.user_id }}
{{ msg.content.hsob_ts | date:'MMM d HH:mm:ss' }}
@@ -32,7 +33,7 @@
+
-- cgit 1.5.1