1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-09 14:34:35 +00:00
chapoi d7cd09d4ab
UX: Chat Sizing on Mobile ()
* 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;
}
}