Implement improved spacing for the thread list and timeline (#8337)

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Suguru Hirahara
2022-04-29 11:03:39 +00:00
committed by GitHub
co-authored by Michael Telatynski
parent 92f440d9de
commit 12e8534c2b
7 changed files with 114 additions and 69 deletions
+3 -7
View File
@@ -85,12 +85,8 @@ $threadSummaryLineHeight: calc(2 * $font-12px);
}
// XXX: these classes are re-used outside of the component
.mx_ThreadSummary_threads-amount {
font-weight: $font-semi-bold;
position: relative;
padding: 0 $spacing-12 0 $spacing-8;
white-space: nowrap;
line-height: $threadSummaryLineHeight;
.mx_ThreadSummary_ThreadsAmount {
@mixin ThreadsAmount;
}
.mx_ThreadSummary_sender {
@@ -113,5 +109,5 @@ $threadSummaryLineHeight: calc(2 * $font-12px);
}
.mx_ThreadSummary_avatar {
margin-right: $spacing-8;
margin-inline-end: $spacing-8;
}