mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix: restore task timeline details and bump recall default
This commit is contained in:
26
style.css
26
style.css
@@ -1203,6 +1203,32 @@
|
||||
border-top: 1px solid var(--bme-border);
|
||||
}
|
||||
|
||||
.bme-timeline-entry__line,
|
||||
.bme-timeline-entry__empty {
|
||||
font-size: 11px;
|
||||
color: var(--bme-on-surface-dim);
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.bme-timeline-entry__line + .bme-timeline-entry__line {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.bme-timeline-entry__preview {
|
||||
margin-top: 10px;
|
||||
padding: 10px 12px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid var(--bme-border);
|
||||
background: rgba(255, 255, 255, 0.035);
|
||||
color: var(--bme-on-surface-dim);
|
||||
font-size: 11px;
|
||||
line-height: 1.5;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
max-height: 220px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.bme-timeline-entry.is-collapsed .bme-timeline-entry__detail {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user