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;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-inline: 1rem 0.5rem;
|
padding-inline: 0.5rem;
|
||||||
|
|
||||||
.touch & {
|
.touch & {
|
||||||
&__label {
|
&__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-channel-settings";
|
||||||
@import "chat-form";
|
@import "chat-form";
|
||||||
@import "chat-modal-new-message";
|
@import "chat-modal-new-message";
|
||||||
|
@import "chat-thread-list-header";
|
||||||
|
|
Loading…
Reference in New Issue