Add 'from a thread' copy to search tile result (#7525)

This commit is contained in:
Germain 2022-01-12 17:16:00 +00:00 committed by GitHub
parent 61116377f3
commit 3a18fd8f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 52 additions and 35 deletions

View file

@ -70,7 +70,8 @@ $left-gutter: 64px;
background-color: $alert;
}
.mx_ThreadInfo {
.mx_ThreadInfo,
.mx_ThreadSummaryIcon {
margin-right: 110px;
margin-left: 64px;
}
@ -683,6 +684,28 @@ $left-gutter: 64px;
}
}
.mx_ThreadSummaryIcon::before,
.mx_ThreadInfo::before {
content: "";
display: inline-block;
mask-image: url('$(res)/img/element-icons/thread-summary.svg');
mask-position: center;
height: 18px;
min-width: 18px;
background-color: $secondary-content;
mask-repeat: no-repeat;
mask-size: contain;
}
.mx_ThreadSummaryIcon {
font-size: $font-12px;
color: $secondary-content;
&::before {
vertical-align: middle;
margin-left: 8px;
}
}
.mx_ThreadInfo {
min-width: 267px;
max-width: min(calc(100% - 64px), 600px);
@ -712,17 +735,6 @@ $left-gutter: 64px;
padding-right: 15px;
}
&::before {
content: "";
mask-image: url('$(res)/img/element-icons/thread-summary.svg');
mask-position: center;
height: 18px;
min-width: 18px;
background-color: $secondary-content;
mask-repeat: no-repeat;
mask-size: contain;
}
&::after {
content: "";
position: absolute;