Sync latest TrueGrowth updates
This commit is contained in:
@@ -683,10 +683,24 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
gap: 4px 10px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
&__time,
|
||||
&__duration {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
white-space: nowrap;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
&__detail-label {
|
||||
color: var(--td-text-color-secondary, #666);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&__progress-container {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(80px, 1fr) auto;
|
||||
|
||||
Reference in New Issue
Block a user