From d6d80dfe7bd5051e929735158dd3d205ca063c08 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 25 Aug 2016 14:23:39 -0400 Subject: [PATCH] more fixes to chats list --- less/chats.less | 13 +++++++++++- templates/partials/chat_recent_room.tpl | 28 ++++++++++++++----------- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/less/chats.less b/less/chats.less index d9eedcd..e989732 100644 --- a/less/chats.less +++ b/less/chats.less @@ -4,7 +4,7 @@ overflow-y: auto; border-top: 1px solid @gray-lighter; - li { + > li { position: relative; clear: both; list-style-type: none; @@ -81,6 +81,17 @@ opacity: 1.0; } } + + .members { + padding-left: 1rem; + + li { + display: inline-block; + width: 16px; + padding: 0; + margin: 0; + } + } } } diff --git a/templates/partials/chat_recent_room.tpl b/templates/partials/chat_recent_room.tpl index 62d718e..035cc7b 100644 --- a/templates/partials/chat_recent_room.tpl +++ b/templates/partials/chat_recent_room.tpl @@ -2,18 +2,22 @@

{rooms.roomName}

- - - - - -
{rooms.users.icon:text}
- -
- - - [[modules:chat.no-users-in-room]] - +
{rooms.teaser.content}