mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 11:55:09 +08:00
d7cd09d4ab
* 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
18 lines
207 B
SCSS
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;
|
|
}
|
|
}
|