mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 08:15:49 +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
17 lines
280 B
SCSS
17 lines
280 B
SCSS
@import "common/foundation/mixins";
|
|
|
|
.channels-list-container {
|
|
overflow: hidden;
|
|
|
|
.chat-channel-name {
|
|
font-size: var(--font-up-1-rem);
|
|
}
|
|
}
|
|
|
|
.c-routes-direct-messages,
|
|
.c-routes-channels,
|
|
.c-routes-threads {
|
|
background: var(--primary-very-low);
|
|
max-width: 100vw;
|
|
}
|