discourse/plugins/chat/assets/stylesheets/mobile/chat-index.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

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;
}