.modal-body .channel-list{
	max-height: 50vh;
	overflow-y: scroll;
}

.channel-list .notification-count{
	position: absolute;
	right: 0;
	top: 0;
}

.channel-list .channel-item:hover{
	opacity: .8;
}