mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 02:41:20 +08:00
12 lines
196 B
SCSS
Vendored
12 lines
196 B
SCSS
Vendored
.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);
|
|
}
|
|
}
|