.ChannelMetaMembers {
    position: relative;
}

.ChannelMetaMembers__list {
    display: flex;
    margin-bottom: 1em;
}

.ChannelMetaMembers__allParticipants,
.ChannelMetaMembers__allParticipants:hover {
    color: inherit;
    text-decoration: none;
}

.ChannelMetaMembers__allParticipants:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.ChannelMetaMembers__link {
    margin-right: 3px;
    transition: 0.3s ease-in-out;
}

.ChannelMetaMembers:hover .ChannelMetaMembers__link {
    transform: scale(1.15);
}

.ChannelMetaMembers__link,
.ChannelMetaMembers__img {
    overflow: hidden;
    width: 3em;
    border-radius: 50%;
    aspect-ratio: 1;
    background: rgba(0, 0, 0, 0.1);
}

.ChannelMetaMembers__link--more {
    position: relative;
}

.ChannelMetaMembers__link--more:after {
    content: '...';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: bold;
    line-height: 3em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}
