UX: small alignment tweaks for chat thread list header (#24410)

This commit is contained in:
chapoi 2023-11-16 17:30:48 +01:00 committed by GitHub
parent 849002e90b
commit f19fd75af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 1 deletions

View File

@ -6,7 +6,7 @@
box-sizing: border-box;
display: flex;
align-items: center;
padding-inline: 1rem 0.5rem;
padding-inline: 0.5rem;
.touch & {
&__label {

View File

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

View File

@ -17,3 +17,4 @@
@import "chat-channel-settings";
@import "chat-form";
@import "chat-modal-new-message";
@import "chat-thread-list-header";