diff --git a/less/header.less b/less/header.less index db087c8..55056df 100644 --- a/less/header.less +++ b/less/header.less @@ -79,18 +79,13 @@ width: 200px; a { + display: block; line-height: 30px; position: relative; - i { - position: absolute; - left: -26px; - } - - img, .user-icon { - .user-icon-style(@border-radius: 50%); - margin-right: 1em; + .avatar { + margin-right: 1rem; } } diff --git a/templates/partials/chat_dropdown.tpl b/templates/partials/chat_dropdown.tpl new file mode 100644 index 0000000..87b5836 --- /dev/null +++ b/templates/partials/chat_dropdown.tpl @@ -0,0 +1,23 @@ + + +
  • + + + + + +
    {../lastUser.icon:text}
    + + + + + {../usernames} + + [[modules:chat.no-users-in-room]] + +
    +
  • + + +
  • No active chats
  • + \ No newline at end of file