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}
- - - - - -