discourse/plugins/chat/assets/stylesheets/common/chat-channel-name.scss
chapoi d7cd09d4ab
UX: Chat Sizing on Mobile (#25543)
* UX: increase font-size of last message + decrease emoji size

* UX: decrease size of username emoji

* UX: Mobile chat index cleanup

* UX: decrease size of chat-channel-title in thead list
2024-02-02 14:29:07 +01:00

18 lines
207 B
SCSS

.chat-channel-name {
@include ellipsis;
color: var(--primary);
.has-unread & {
font-weight: bold;
}
&__label {
white-space: nowrap;
}
.emoji {
height: 1em;
width: 1em;
}
}