mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 19:35:20 +08:00
c2b98802ea
* UX: mobile more spacing and bigger * UX: align text better * UX: ellipsis and pill bg colour * UX: disabled-chat msg styling
41 lines
671 B
SCSS
41 lines
671 B
SCSS
.chat-message-creator {
|
|
&__open-dm-btn {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
&__row {
|
|
padding-block: 0.5rem;
|
|
}
|
|
|
|
.chat-channel-title__name,
|
|
.chat-user-display-name {
|
|
font-size: var(--font-up-1);
|
|
}
|
|
|
|
.chat-channel-title__category-badge {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-inline: 2px;
|
|
width: 24px;
|
|
height: 24px;
|
|
|
|
svg:not(.chat-channel-title__restricted-category-icon) {
|
|
height: inherit;
|
|
width: inherit;
|
|
}
|
|
}
|
|
|
|
.chat-user-avatar {
|
|
&__container {
|
|
padding: 0;
|
|
}
|
|
img {
|
|
width: 28px;
|
|
height: 28px;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
}
|