Spartan Well-known member Oct 21, 2018 #1 I have some running conversations with 75 people. The list on the right is way too long. Can I remove the sidebar in conversations, or prune the list? If so, how?
I have some running conversations with 75 people. The list on the right is way too long. Can I remove the sidebar in conversations, or prune the list? If so, how?
O Old Nick Well-known member Oct 21, 2018 #2 Do you want to remove the entire sidebar or just the participant list block ? Upvote 0 Downvote
O Old Nick Well-known member Oct 21, 2018 #4 You can add this in your extra.less template CSS: [data-template="conversation_view"] { .p-body-sidebar {display: none;} } It will remove the sidebar entirely Upvote 0 Downvote
You can add this in your extra.less template CSS: [data-template="conversation_view"] { .p-body-sidebar {display: none;} } It will remove the sidebar entirely