mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
perf: optimize persist delta gating and diagnostics
This commit is contained in:
11
style.css
11
style.css
@@ -1341,6 +1341,7 @@
|
||||
color: var(--bme-on-surface-dim);
|
||||
line-height: 1.4;
|
||||
display: -webkit-box;
|
||||
line-clamp: 2;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
@@ -1845,7 +1846,8 @@
|
||||
.bme-graph-statusbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-start;
|
||||
gap: 12px;
|
||||
padding: 4px 12px;
|
||||
background: var(--bme-surface-container);
|
||||
border-top: 1px solid var(--bme-border);
|
||||
@@ -1854,6 +1856,13 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.bme-graph-layout-meta {
|
||||
margin-left: auto;
|
||||
color: var(--bme-on-surface-dim);
|
||||
opacity: 0.88;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bme-status-dot {
|
||||
display: inline-block;
|
||||
width: 6px;
|
||||
|
||||
Reference in New Issue
Block a user