discourse/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss

15 lines
212 B
SCSS

.chat-channel-title-wrapper {
padding: 0.25rem;
&:hover {
background: var(--primary-very-low);
border-radius: 5px;
}
.chat-channel-title {
&__user-info {
overflow: hidden;
}
}
}