mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: small alignment tweaks for chat thread list header (#24410)
This commit is contained in:
parent
849002e90b
commit
f19fd75af9
@ -6,7 +6,7 @@
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-inline: 1rem 0.5rem;
|
||||
padding-inline: 0.5rem;
|
||||
|
||||
.touch & {
|
||||
&__label {
|
||||
|
@ -0,0 +1,12 @@
|
||||
.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);
|
||||
}
|
||||
}
|
@ -17,3 +17,4 @@
|
||||
@import "chat-channel-settings";
|
||||
@import "chat-form";
|
||||
@import "chat-modal-new-message";
|
||||
@import "chat-thread-list-header";
|
||||
|
Loading…
Reference in New Issue
Block a user