discourse/plugins/chat/assets/stylesheets/desktop/chat-channel-title.scss
chapoi 6e2fd7a451
UX: Chat channel title overflow ellipsis fixes (#20956)
* UX: add correct class

* UX: prioritise name over user messages when truncating

* UX: add missing overflows to enable ellipsis
2023-04-04 12:44:36 +02:00

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;
}
}
}