push
This commit is contained in:
@@ -230,13 +230,37 @@ select.field {
|
||||
|
||||
.card__meta {
|
||||
margin-top: 2px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
min-width: 0;
|
||||
font-size: var(--text-xs);
|
||||
color: var(--color-text-faint);
|
||||
}
|
||||
|
||||
.card__meta__text {
|
||||
min-width: 0;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.card__ep {
|
||||
color: var(--color-text);
|
||||
font-weight: var(--font-weight-semibold);
|
||||
letter-spacing: 0.03em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.card__ep-dot {
|
||||
margin: 0 2px;
|
||||
color: var(--color-text-faint);
|
||||
}
|
||||
|
||||
.card__dot {
|
||||
color: var(--color-text-faint);
|
||||
}
|
||||
|
||||
.card__progress {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user