mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 18:43:44 +08:00
13 lines
196 B
SCSS
13 lines
196 B
SCSS
|
.chat-thread-list-header {
|
||
|
padding-inline: 0 0.5rem;
|
||
|
align-items: flex-start;
|
||
|
|
||
|
&__label {
|
||
|
padding-top: 0.35em;
|
||
|
}
|
||
|
|
||
|
&__label-channel {
|
||
|
line-height: var(--line-height-small);
|
||
|
}
|
||
|
}
|