Implement improved spacing for the thread list and timeline (#8337)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
co-authored by
Michael Telatynski
parent
92f440d9de
commit
12e8534c2b
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user