diff --git a/less/header.less b/less/header.less index eb86cb7..2a56479 100644 --- a/less/header.less +++ b/less/header.less @@ -9,9 +9,6 @@ li { width: 300px; text-align: left; - margin-bottom: 5px; - margin-right: 5px; - margin-left: 5px; list-style-type: none; padding: 0.5em; clear: both; @@ -67,18 +64,39 @@ .chat-list { .notification-list; - li { + > li { .pointer; width: 300px; + padding-bottom: 1rem; + margin: 0; - a { - position: relative; + &:hover { + background: @gray-lighter; + } + + &:not(:last-child) { + border-bottom: 1px solid @gray-lighter; } &.no_active a { text-align: center; white-space: normal; } + + a { + line-height: 24px; + } + + .members { + padding-left: 1rem; + + li { + display: inline-block; + width: 16px; + padding: 0; + margin: 0; + } + } } } } diff --git a/templates/partials/chat_dropdown.tpl b/templates/partials/chat_dropdown.tpl index b3458f7..eff48ed 100644 --- a/templates/partials/chat_dropdown.tpl +++ b/templates/partials/chat_dropdown.tpl @@ -1,22 +1,24 @@
  • - -

    {rooms.roomName}

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