Remove inline margin from "From a thread" (ThreadSummaryIcon) on search result panel on IRC layout (#8892)

pull/28217/head
Suguru Hirahara 2022-06-25 11:59:25 +00:00 committed by GitHub
parent ca93076d85
commit 9a94586181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 10 deletions

View File

@ -94,6 +94,11 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
padding-bottom: 3px;
line-height: $font-22px;
}
.mx_ThreadSummary,
.mx_ThreadSummaryIcon {
margin-left: $left-gutter;
}
}
}
@ -104,11 +109,6 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
font-size: $font-14px;
position: relative;
.mx_ThreadSummary,
.mx_ThreadSummaryIcon {
margin-left: 64px;
}
.mx_EventTile_avatar {
top: 14px;
left: 8px;

View File

@ -39,11 +39,6 @@ $irc-line-height: $font-18px;
margin-right: $right-padding;
}
.mx_ThreadSummary {
margin-right: 0;
margin-left: 0;
}
> .mx_EventTile_msgOption {
order: 5;
flex-shrink: 0;