nodebb-plugin-global-chat
Version:
Adds a global chat room to NodeBB
8 lines (7 loc) • 309 B
text/less
// So member avatars don't fill and overflow the listing
.chats-list > li .members {
max-height: 28px; // height of avatar
max-width: 360px; // shows 21 avatars without cutting off the rightmost one
padding-right: 14px; // if fewer than 22 avatars, don't cut off the rightmost one
overflow: hidden;
}