Add thread information in pinned message list (#12902)

This commit is contained in:
Florian Duros
2024-08-21 09:02:35 +00:00
committed by GitHub
parent 3d80eff65b
commit a7e907e0e6
5 changed files with 171 additions and 4 deletions
+23
View File
@@ -37,5 +37,28 @@ limitations under the License.
white-space: nowrap;
}
}
.mx_PinnedEventTile_thread {
display: flex;
gap: var(--cpd-space-2x);
font: var(--cpd-font-body-sm-regular);
svg {
width: 20px;
fill: var(--cpd-color-icon-tertiary);
}
span {
display: flex;
color: var(--cpd-color-text-secondary);
}
button {
background: transparent;
border: none;
cursor: pointer;
text-decoration: underline;
}
}
}
}