Adjust typography in key part of the app (#11313)

This commit is contained in:
Germain 2023-08-01 11:31:21 +01:00 committed by GitHub
parent 340e301844
commit 5ec2c35497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 13 deletions

View file

@ -1160,6 +1160,7 @@ $left-gutter: 64px;
display: flex;
align-items: center;
position: relative;
font: var(--cpd-font-body-sm-regular);
&::before {
@mixin ThreadSummaryIcon;
@ -1167,8 +1168,6 @@ $left-gutter: 64px;
.mx_ThreadPanel_replies_amount {
@mixin ThreadRepliesAmount;
line-height: var(--EventTile_ThreadSummary-line-height);
font-size: $font-12px; /* Same font size as the counter on the main panel */
}
.mx_ThreadSummary_content {