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

This commit is contained in:
Germain
2023-08-01 10:31:21 +00:00
committed by GitHub
parent 340e301844
commit 5ec2c35497
6 changed files with 6 additions and 13 deletions
+1 -2
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 {