mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 23:21:07 +08:00
6e2fd7a451
* UX: add correct class * UX: prioritise name over user messages when truncating * UX: add missing overflows to enable ellipsis
15 lines
212 B
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;
|
|
}
|
|
}
|
|
}
|