discourse/plugins/chat/assets/stylesheets/mobile/chat-thread-list-header.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
196 B
SCSS
Raw Normal View History

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